@interopio/otel 0.0.221 → 0.0.222

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +0 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -69,7 +69,6 @@ export type WorkspaceGenericActionHandler<T extends WorkspaceActionHandlerArgs>
69
69
  export type ioInsightsTracesPlugin = {
70
70
  newTracesManager(logger: IOInsights.Logger, otelSettings: IOInsights.Settings, traceLogger: IOInsights.Logger, metrics?: IOInsights.MetricsManager, store?: (source: string, pi: PropagationInfo) => Promise<void>, read?: (source: string) => Promise<PropagationInfo | null>): IOInsights.TracesManager;
71
71
  };
72
- export type AutoInstrumentationOptions = IOInsights.AutoInstrumentationOptions;
73
72
  export type ClickstreamTraceConfig = IOInsights.ClickstreamTraceConfig;
74
73
  export type UserJourneyTraceConfig = IOInsights.UserJourneyTraceConfig;
75
74
  export type MarkerSpanCallback = IOInsights.MarkerSpanCallback;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@interopio/otel",
3
- "version": "0.0.221",
3
+ "version": "0.0.222",
4
4
  "description": "io.Insights observability library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",