@glasstrace/sdk 1.2.1 → 1.3.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.
- package/README.md +47 -0
- package/dist/{chunk-HV5ID2WJ.js → chunk-A63WX7NR.js} +3 -3
- package/dist/{chunk-2GCN27SI.js → chunk-AGCYKZFY.js} +2 -2
- package/dist/{chunk-47B2G3FE.js → chunk-AKZGMT33.js} +2 -2
- package/dist/{chunk-MD5XPCTQ.js → chunk-AYUL5QMZ.js} +2 -2
- package/dist/{chunk-YMLMZCPR.js → chunk-FMEWG3FY.js} +2 -2
- package/dist/{chunk-NFPDYME5.js → chunk-FVHVDBGX.js} +3 -3
- package/dist/{chunk-EBYISKQP.js → chunk-GTPTKN5A.js} +2 -1
- package/dist/{chunk-EBYISKQP.js.map → chunk-GTPTKN5A.js.map} +1 -1
- package/dist/{chunk-CTJO7PUZ.js → chunk-JMYKR5Z3.js} +75 -9
- package/dist/chunk-JMYKR5Z3.js.map +1 -0
- package/dist/cli/init.cjs +1 -1
- package/dist/cli/init.cjs.map +1 -1
- package/dist/cli/init.js +6 -6
- package/dist/cli/mcp-add.cjs.map +1 -1
- package/dist/cli/mcp-add.js +2 -2
- package/dist/cli/uninit.js +3 -3
- package/dist/cli/validate.cjs.map +1 -1
- package/dist/cli/validate.js +2 -2
- package/dist/edge-entry.cjs +1 -0
- package/dist/edge-entry.cjs.map +1 -1
- package/dist/edge-entry.js +2 -2
- package/dist/index.cjs +74 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -5
- package/dist/node-entry.cjs +74 -4
- package/dist/node-entry.cjs.map +1 -1
- package/dist/node-entry.js +7 -7
- package/dist/node-subpath.cjs.map +1 -1
- package/dist/node-subpath.js +3 -3
- package/dist/{source-map-uploader-RA4Z7TWA.js → source-map-uploader-M2P5CDOB.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-CTJO7PUZ.js.map +0 -1
- /package/dist/{chunk-HV5ID2WJ.js.map → chunk-A63WX7NR.js.map} +0 -0
- /package/dist/{chunk-2GCN27SI.js.map → chunk-AGCYKZFY.js.map} +0 -0
- /package/dist/{chunk-47B2G3FE.js.map → chunk-AKZGMT33.js.map} +0 -0
- /package/dist/{chunk-MD5XPCTQ.js.map → chunk-AYUL5QMZ.js.map} +0 -0
- /package/dist/{chunk-YMLMZCPR.js.map → chunk-FMEWG3FY.js.map} +0 -0
- /package/dist/{chunk-NFPDYME5.js.map → chunk-FVHVDBGX.js.map} +0 -0
- /package/dist/{source-map-uploader-RA4Z7TWA.js.map → source-map-uploader-M2P5CDOB.js.map} +0 -0
package/dist/node-entry.js
CHANGED
|
@@ -12,12 +12,12 @@ import {
|
|
|
12
12
|
registerGlasstrace,
|
|
13
13
|
waitForReady,
|
|
14
14
|
withGlasstraceConfig
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-JMYKR5Z3.js";
|
|
16
16
|
import {
|
|
17
17
|
GlasstraceSpanProcessor,
|
|
18
18
|
SdkError,
|
|
19
19
|
captureCorrelationId
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-AGCYKZFY.js";
|
|
21
21
|
import "./chunk-DQ25VOKK.js";
|
|
22
22
|
import {
|
|
23
23
|
PRESIGNED_THRESHOLD_BYTES,
|
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
uploadSourceMaps,
|
|
28
28
|
uploadSourceMapsAuto,
|
|
29
29
|
uploadSourceMapsPresigned
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-AKZGMT33.js";
|
|
31
31
|
import "./chunk-3TU62WD6.js";
|
|
32
32
|
import {
|
|
33
33
|
getActiveConfig,
|
|
@@ -36,12 +36,12 @@ import {
|
|
|
36
36
|
performInit,
|
|
37
37
|
saveCachedConfig,
|
|
38
38
|
sendInitRequest
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-A63WX7NR.js";
|
|
40
40
|
import {
|
|
41
41
|
buildImportGraph,
|
|
42
42
|
discoverTestFiles,
|
|
43
43
|
extractImports
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-FMEWG3FY.js";
|
|
45
45
|
import {
|
|
46
46
|
isAnonymousMode,
|
|
47
47
|
isProductionDisabled,
|
|
@@ -51,10 +51,10 @@ import {
|
|
|
51
51
|
import {
|
|
52
52
|
getOrCreateAnonKey,
|
|
53
53
|
readAnonKey
|
|
54
|
-
} from "./chunk-
|
|
54
|
+
} from "./chunk-AYUL5QMZ.js";
|
|
55
55
|
import {
|
|
56
56
|
deriveSessionId
|
|
57
|
-
} from "./chunk-
|
|
57
|
+
} from "./chunk-GTPTKN5A.js";
|
|
58
58
|
import "./chunk-NSBPE2FW.js";
|
|
59
59
|
export {
|
|
60
60
|
GlasstraceExporter,
|