@sentio/runtime 2.6.2 → 2.6.3-rc.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -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 {