@coralogix/browser 2.8.5 → 2.8.6

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,10 @@
1
+ ## 2.8.6 (2025-06-26)
2
+
3
+ ### 🧰 Improvements
4
+
5
+ - Bundle size optimization: Reduced the size of the browser SDK bundle.
6
+ - Bundle the error-stack-parser and shimmer libraries from cjs to esm to improve compatibility with various bundlers and environments.
7
+
1
8
  ## 2.8.5 (2025-06-25)
2
9
 
3
10
  ### 🩹 Fixes
package/index.esm.js CHANGED
@@ -1,12 +1,11 @@
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';
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';
3
2
  import '@opentelemetry/sdk-trace-base';
4
3
  import '@opentelemetry/sdk-trace-web';
5
4
  import '@opentelemetry/instrumentation';
6
- import 'error-stack-parser';
7
5
  import '@opentelemetry/instrumentation-fetch';
8
6
  import '@opentelemetry/instrumentation-xml-http-request';
9
7
  import 'web-vitals/attribution';
8
+ import '@opentelemetry/core';
10
9
  import '@opentelemetry/api';
11
10
  import '@opentelemetry/propagator-b3';
12
11
  import '@opentelemetry/propagator-aws-xray';