@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.
Files changed (23) hide show
  1. package/lib/{chunk-MV6JXS2P.js → chunk-I45UXGDM.js} +1 -7
  2. package/lib/{chunk-CPJKSHSV.js → chunk-PCB4OKW7.js} +1 -2
  3. package/lib/{chunk-33ACY4F2.js → chunk-WBKYSIVF.js} +4 -7
  4. package/lib/{getMachineId-bsd-ZJR2OQTA.js → getMachineId-bsd-QYFPRONP.js} +2 -2
  5. package/lib/{getMachineId-darwin-OW6SYINH.js → getMachineId-darwin-XC67FIUW.js} +2 -2
  6. package/lib/{getMachineId-linux-L5XPRJBN.js → getMachineId-linux-4G7ZY7LQ.js} +2 -2
  7. package/lib/{getMachineId-unsupported-B3NMIOO3.js → getMachineId-unsupported-5IH5IW7P.js} +2 -2
  8. package/lib/{getMachineId-win-TT64F63B.js → getMachineId-win-WSA3TUKL.js} +2 -2
  9. package/lib/index.js +2 -2
  10. package/lib/processor-runner.js +14442 -27576
  11. package/lib/processor-runner.js.map +1 -1
  12. package/lib/service-worker.js +5 -5
  13. package/package.json +1 -1
  14. package/src/otlp.ts +20 -12
  15. package/src/processor-runner.ts +3 -3
  16. /package/lib/{chunk-MV6JXS2P.js.map → chunk-I45UXGDM.js.map} +0 -0
  17. /package/lib/{chunk-CPJKSHSV.js.map → chunk-PCB4OKW7.js.map} +0 -0
  18. /package/lib/{chunk-33ACY4F2.js.map → chunk-WBKYSIVF.js.map} +0 -0
  19. /package/lib/{getMachineId-bsd-ZJR2OQTA.js.map → getMachineId-bsd-QYFPRONP.js.map} +0 -0
  20. /package/lib/{getMachineId-darwin-OW6SYINH.js.map → getMachineId-darwin-XC67FIUW.js.map} +0 -0
  21. /package/lib/{getMachineId-linux-L5XPRJBN.js.map → getMachineId-linux-4G7ZY7LQ.js.map} +0 -0
  22. /package/lib/{getMachineId-unsupported-B3NMIOO3.js.map → getMachineId-unsupported-5IH5IW7P.js.map} +0 -0
  23. /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-MV6JXS2P.js.map
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-CPJKSHSV.js.map
10975
+ //# sourceMappingURL=chunk-PCB4OKW7.js.map
@@ -19,7 +19,7 @@ import {
19
19
  import {
20
20
  init_esm,
21
21
  metrics
22
- } from "./chunk-MV6JXS2P.js";
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
- es_exports2 as es_exports,
60072
- init_es2 as init_es,
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-33ACY4F2.js.map
60174
+ //# sourceMappingURL=chunk-WBKYSIVF.js.map
@@ -6,7 +6,7 @@ import {
6
6
  import {
7
7
  diag,
8
8
  init_esm
9
- } from "./chunk-MV6JXS2P.js";
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-ZJR2OQTA.js.map
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-MV6JXS2P.js";
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-OW6SYINH.js.map
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-MV6JXS2P.js";
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-L5XPRJBN.js.map
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-MV6JXS2P.js";
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-B3NMIOO3.js.map
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-MV6JXS2P.js";
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-TT64F63B.js.map
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-33ACY4F2.js";
26
+ } from "./chunk-WBKYSIVF.js";
27
27
  import {
28
28
  Plugin,
29
29
  PluginManager
30
30
  } from "./chunk-ROBPWJIE.js";
31
- import "./chunk-MV6JXS2P.js";
31
+ import "./chunk-I45UXGDM.js";
32
32
  import "./chunk-KVSDPGUI.js";
33
33
 
34
34
  // src/state.ts