@obtrace/browser 1.0.1 → 2.0.0

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.
@@ -192,7 +192,7 @@ export function initBrowserSDK(config) {
192
192
  },
193
193
  body: JSON.stringify({
194
194
  sdk: "@obtrace/browser",
195
- sdk_version: "1.0.1",
195
+ sdk_version: "2.0.0",
196
196
  service_name: config.serviceName,
197
197
  service_version: config.serviceVersion ?? "",
198
198
  runtime: "browser",
@@ -28560,7 +28560,7 @@ function initBrowserSDK(config) {
28560
28560
  },
28561
28561
  body: JSON.stringify({
28562
28562
  sdk: "@obtrace/browser",
28563
- sdk_version: "1.0.1",
28563
+ sdk_version: "2.0.0",
28564
28564
  service_name: config.serviceName,
28565
28565
  service_version: config.serviceVersion ?? "",
28566
28566
  runtime: "browser",