@interopio/otel 0.0.196 → 0.0.197

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/insights.d.ts +1 -1
  2. package/package.json +1 -1
package/insights.d.ts CHANGED
@@ -783,7 +783,7 @@ export namespace IOInsights {
783
783
  source: string;
784
784
  id?: string;
785
785
  traceId?: string;
786
- endSpan(): Promise<void>;
786
+ endSpan(endTime?: Date, allowDoubleEnd?: boolean): Promise<void>;
787
787
  context?: Context;
788
788
  span?: Span;
789
789
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@interopio/otel",
3
- "version": "0.0.196",
3
+ "version": "0.0.197",
4
4
  "description": "io.Insights observability library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",