@interopio/otel 0.0.189 → 0.0.190

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 +8 -0
  2. package/package.json +1 -1
package/insights.d.ts CHANGED
@@ -1300,6 +1300,14 @@ export namespace IOInsights {
1300
1300
  * @default ["click"]
1301
1301
  */
1302
1302
  events?: string[];
1303
+ /**
1304
+ * If `true`, io.Insights will try to nest spans from other event listeners for the same event under
1305
+ * the Clickstream span. This is not guaranteed to always work due to specifics of how browsers execute
1306
+ * event listeners, and will only work for listeners attached after io.Connect was initialized.
1307
+ *
1308
+ * @default true
1309
+ */
1310
+ nestEventListeners?: boolean;
1303
1311
  }
1304
1312
 
1305
1313
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@interopio/otel",
3
- "version": "0.0.189",
3
+ "version": "0.0.190",
4
4
  "description": "io.Insights observability library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",