@sentio/runtime 2.6.2-rc.2 → 2.6.2-rc.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,6 +395,7 @@ export interface EventTrackingResult {
395
395
  severity: LogLevel;
396
396
  message: string;
397
397
  runtimeInfo: RuntimeInfo | undefined;
398
+ /** @deprecated */
398
399
  noMetric: boolean;
399
400
  }
400
401
  export interface ExportResult {