@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/README.md +52 -0
- package/dist/index.cjs +81 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +13 -1
- package/dist/index.d.ts +13 -1
- package/dist/index.js +80 -2
- package/dist/index.js.map +1 -1
- package/dist/preload.cjs +1 -1
- package/dist/preload.cjs.map +1 -1
- package/dist/preload.js +2 -2
- package/dist/preload.js.map +1 -1
- package/package.json +23 -23
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.
|
|
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 {
|