@brizz/sdk 0.1.8 → 0.1.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/dist/preload.js CHANGED
@@ -343,7 +343,7 @@ import {
343
343
 
344
344
  // src/internal/version.ts
345
345
  function getSDKVersion() {
346
- return "0.1.8";
346
+ return "0.1.9";
347
347
  }
348
348
 
349
349
  // src/internal/log/processors/log-processor.ts
@@ -1527,7 +1527,7 @@ function getSpanProcessor() {
1527
1527
  }
1528
1528
 
1529
1529
  // src/internal/trace/session.ts
1530
- import { context as context3 } from "@opentelemetry/api";
1530
+ import { context as context3, trace, SpanStatusCode } from "@opentelemetry/api";
1531
1531
 
1532
1532
  // src/internal/sdk.ts
1533
1533
  var _Brizz = class __Brizz {