@sentio/runtime 2.6.2 → 2.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -395,7 +395,6 @@ export interface EventTrackingResult {
395
395
  severity: LogLevel;
396
396
  message: string;
397
397
  runtimeInfo: RuntimeInfo | undefined;
398
- /** @deprecated */
399
398
  noMetric: boolean;
400
399
  }
401
400
  export interface ExportResult {