@coralogix/browser 2.8.7 → 2.8.9

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## 2.8.9 (2025-07-24)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **sdk:** improve SDK shutdown handling
6
+
7
+ ## 2.8.8 (2025-07-20)
8
+
9
+ ### 🩹 Fixes
10
+
11
+ - Worker monitoring support
12
+
1
13
  ## 2.8.7 (2025-06-30)
2
14
 
3
15
  ### 🩹 Fixes
package/index.esm.js CHANGED
@@ -1,11 +1,12 @@
1
- export { n as CoralogixEventType, l as CoralogixLogSeverity, k as CoralogixRum, O as OtelNetworkAttrs, P as PerformanceTypes, m as SessionRecordingEventType, U as UrlBasedLabelProvider, o as UrlType } from './index.esm2.js';
1
+ export { l as CoralogixEventType, j as CoralogixLogSeverity, i as CoralogixRum, O as OtelNetworkAttrs, P as PerformanceTypes, k as SessionRecordingEventType, U as UrlBasedLabelProvider, m as UrlType } from './index.esm2.js';
2
+ import 'tslib';
2
3
  import '@opentelemetry/sdk-trace-base';
3
4
  import '@opentelemetry/sdk-trace-web';
4
5
  import '@opentelemetry/instrumentation';
6
+ import 'error-stack-parser';
5
7
  import '@opentelemetry/instrumentation-fetch';
6
8
  import '@opentelemetry/instrumentation-xml-http-request';
7
9
  import 'web-vitals/attribution';
8
- import '@opentelemetry/core';
9
10
  import '@opentelemetry/api';
10
11
  import '@opentelemetry/propagator-b3';
11
12
  import '@opentelemetry/propagator-aws-xray';