@interopio/otel 0.0.198 → 0.0.199

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 -0
  2. package/package.json +1 -1
package/insights.d.ts CHANGED
@@ -1108,6 +1108,7 @@ export namespace IOInsights {
1108
1108
  }
1109
1109
  export interface WithSpanOptions extends Omit<SpanCreationOptions, "sample"> {
1110
1110
  defaultFilters?: SpanFilter[];
1111
+ structure?: "sibling" | "nested";
1111
1112
  }
1112
1113
 
1113
1114
  export interface SpanCreationOptions {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@interopio/otel",
3
- "version": "0.0.198",
3
+ "version": "0.0.199",
4
4
  "description": "io.Insights observability library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",