@sentio/runtime 3.0.0-rc.14 → 3.0.0-rc.16
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/lib/{chunk-MV6JXS2P.js → chunk-I45UXGDM.js} +1 -7
- package/lib/{chunk-CPJKSHSV.js → chunk-PCB4OKW7.js} +1 -2
- package/lib/{chunk-33ACY4F2.js → chunk-WBKYSIVF.js} +4 -7
- package/lib/{getMachineId-bsd-ZJR2OQTA.js → getMachineId-bsd-QYFPRONP.js} +2 -2
- package/lib/{getMachineId-darwin-OW6SYINH.js → getMachineId-darwin-XC67FIUW.js} +2 -2
- package/lib/{getMachineId-linux-L5XPRJBN.js → getMachineId-linux-4G7ZY7LQ.js} +2 -2
- package/lib/{getMachineId-unsupported-B3NMIOO3.js → getMachineId-unsupported-5IH5IW7P.js} +2 -2
- package/lib/{getMachineId-win-TT64F63B.js → getMachineId-win-WSA3TUKL.js} +2 -2
- package/lib/index.js +2 -2
- package/lib/processor-runner.js +14442 -27576
- package/lib/processor-runner.js.map +1 -1
- package/lib/service-worker.js +5 -5
- package/package.json +1 -1
- package/src/otlp.ts +20 -12
- package/src/processor-runner.ts +3 -3
- /package/lib/{chunk-MV6JXS2P.js.map → chunk-I45UXGDM.js.map} +0 -0
- /package/lib/{chunk-CPJKSHSV.js.map → chunk-PCB4OKW7.js.map} +0 -0
- /package/lib/{chunk-33ACY4F2.js.map → chunk-WBKYSIVF.js.map} +0 -0
- /package/lib/{getMachineId-bsd-ZJR2OQTA.js.map → getMachineId-bsd-QYFPRONP.js.map} +0 -0
- /package/lib/{getMachineId-darwin-OW6SYINH.js.map → getMachineId-darwin-XC67FIUW.js.map} +0 -0
- /package/lib/{getMachineId-linux-L5XPRJBN.js.map → getMachineId-linux-4G7ZY7LQ.js.map} +0 -0
- /package/lib/{getMachineId-unsupported-B3NMIOO3.js.map → getMachineId-unsupported-5IH5IW7P.js.map} +0 -0
- /package/lib/{getMachineId-win-TT64F63B.js.map → getMachineId-win-WSA3TUKL.js.map} +0 -0
|
@@ -1685,13 +1685,7 @@ export {
|
|
|
1685
1685
|
createNoopMeter,
|
|
1686
1686
|
ValueType,
|
|
1687
1687
|
TraceFlags,
|
|
1688
|
-
INVALID_SPAN_CONTEXT,
|
|
1689
|
-
isValidTraceId,
|
|
1690
|
-
isValidSpanId,
|
|
1691
1688
|
isSpanContextValid,
|
|
1692
|
-
SamplingDecision,
|
|
1693
|
-
SpanKind,
|
|
1694
|
-
SpanStatusCode,
|
|
1695
1689
|
context,
|
|
1696
1690
|
diag,
|
|
1697
1691
|
metrics,
|
|
@@ -1700,4 +1694,4 @@ export {
|
|
|
1700
1694
|
esm_exports,
|
|
1701
1695
|
init_esm
|
|
1702
1696
|
};
|
|
1703
|
-
//# sourceMappingURL=chunk-
|
|
1697
|
+
//# sourceMappingURL=chunk-I45UXGDM.js.map
|
|
@@ -10965,7 +10965,6 @@ function setupLogger(json, enableDebug, workerId) {
|
|
|
10965
10965
|
import("node:process").then((p) => p.stdout.write(""));
|
|
10966
10966
|
|
|
10967
10967
|
export {
|
|
10968
|
-
require_ms,
|
|
10969
10968
|
setupLogger
|
|
10970
10969
|
};
|
|
10971
10970
|
/*! Bundled license information:
|
|
@@ -10973,4 +10972,4 @@ export {
|
|
|
10973
10972
|
safe-buffer/index.js:
|
|
10974
10973
|
(*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
|
|
10975
10974
|
*/
|
|
10976
|
-
//# sourceMappingURL=chunk-
|
|
10975
|
+
//# sourceMappingURL=chunk-PCB4OKW7.js.map
|
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
import {
|
|
20
20
|
init_esm,
|
|
21
21
|
metrics
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-I45UXGDM.js";
|
|
23
23
|
import {
|
|
24
24
|
__commonJS,
|
|
25
25
|
__esm,
|
|
@@ -60066,12 +60066,9 @@ export {
|
|
|
60066
60066
|
require_lib,
|
|
60067
60067
|
Endpoints,
|
|
60068
60068
|
configureEndpoints,
|
|
60069
|
-
require_lib2,
|
|
60070
60069
|
require_src3 as require_src,
|
|
60071
|
-
|
|
60072
|
-
|
|
60073
|
-
require_lib3,
|
|
60074
|
-
require_lib4,
|
|
60070
|
+
require_lib3 as require_lib2,
|
|
60071
|
+
require_lib4 as require_lib3,
|
|
60075
60072
|
from,
|
|
60076
60073
|
withAbort,
|
|
60077
60074
|
GLOBAL_CONFIG,
|
|
@@ -60174,4 +60171,4 @@ long/umd/index.js:
|
|
|
60174
60171
|
@noble/curves/esm/secp256k1.js:
|
|
60175
60172
|
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
|
60176
60173
|
*/
|
|
60177
|
-
//# sourceMappingURL=chunk-
|
|
60174
|
+
//# sourceMappingURL=chunk-WBKYSIVF.js.map
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
import {
|
|
7
7
|
diag,
|
|
8
8
|
init_esm
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-I45UXGDM.js";
|
|
10
10
|
import {
|
|
11
11
|
__esm
|
|
12
12
|
} from "./chunk-KVSDPGUI.js";
|
|
@@ -38,4 +38,4 @@ init_getMachineId_bsd();
|
|
|
38
38
|
export {
|
|
39
39
|
getMachineId
|
|
40
40
|
};
|
|
41
|
-
//# sourceMappingURL=getMachineId-bsd-
|
|
41
|
+
//# sourceMappingURL=getMachineId-bsd-QYFPRONP.js.map
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
import {
|
|
7
7
|
diag,
|
|
8
8
|
init_esm
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-I45UXGDM.js";
|
|
10
10
|
import {
|
|
11
11
|
__esm
|
|
12
12
|
} from "./chunk-KVSDPGUI.js";
|
|
@@ -38,4 +38,4 @@ init_getMachineId_darwin();
|
|
|
38
38
|
export {
|
|
39
39
|
getMachineId
|
|
40
40
|
};
|
|
41
|
-
//# sourceMappingURL=getMachineId-darwin-
|
|
41
|
+
//# sourceMappingURL=getMachineId-darwin-XC67FIUW.js.map
|
|
@@ -2,7 +2,7 @@ import { createRequire as createRequireShim } from 'module'; const require = cre
|
|
|
2
2
|
import {
|
|
3
3
|
diag,
|
|
4
4
|
init_esm
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-I45UXGDM.js";
|
|
6
6
|
import {
|
|
7
7
|
__esm
|
|
8
8
|
} from "./chunk-KVSDPGUI.js";
|
|
@@ -30,4 +30,4 @@ init_getMachineId_linux();
|
|
|
30
30
|
export {
|
|
31
31
|
getMachineId
|
|
32
32
|
};
|
|
33
|
-
//# sourceMappingURL=getMachineId-linux-
|
|
33
|
+
//# sourceMappingURL=getMachineId-linux-4G7ZY7LQ.js.map
|
|
@@ -2,7 +2,7 @@ import { createRequire as createRequireShim } from 'module'; const require = cre
|
|
|
2
2
|
import {
|
|
3
3
|
diag,
|
|
4
4
|
init_esm
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-I45UXGDM.js";
|
|
6
6
|
import {
|
|
7
7
|
__esm
|
|
8
8
|
} from "./chunk-KVSDPGUI.js";
|
|
@@ -21,4 +21,4 @@ init_getMachineId_unsupported();
|
|
|
21
21
|
export {
|
|
22
22
|
getMachineId
|
|
23
23
|
};
|
|
24
|
-
//# sourceMappingURL=getMachineId-unsupported-
|
|
24
|
+
//# sourceMappingURL=getMachineId-unsupported-5IH5IW7P.js.map
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
import {
|
|
7
7
|
diag,
|
|
8
8
|
init_esm
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-I45UXGDM.js";
|
|
10
10
|
import {
|
|
11
11
|
__esm
|
|
12
12
|
} from "./chunk-KVSDPGUI.js";
|
|
@@ -40,4 +40,4 @@ init_getMachineId_win();
|
|
|
40
40
|
export {
|
|
41
41
|
getMachineId
|
|
42
42
|
};
|
|
43
|
-
//# sourceMappingURL=getMachineId-win-
|
|
43
|
+
//# sourceMappingURL=getMachineId-win-WSA3TUKL.js.map
|
package/lib/index.js
CHANGED
|
@@ -23,12 +23,12 @@ import {
|
|
|
23
23
|
providerMetrics,
|
|
24
24
|
recordRuntimeInfo,
|
|
25
25
|
timeoutError
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-WBKYSIVF.js";
|
|
27
27
|
import {
|
|
28
28
|
Plugin,
|
|
29
29
|
PluginManager
|
|
30
30
|
} from "./chunk-ROBPWJIE.js";
|
|
31
|
-
import "./chunk-
|
|
31
|
+
import "./chunk-I45UXGDM.js";
|
|
32
32
|
import "./chunk-KVSDPGUI.js";
|
|
33
33
|
|
|
34
34
|
// src/state.ts
|