@sentio/runtime 2.62.0-rc.9 → 2.62.1-rc.1
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-AHIIUVQL.js → chunk-BIFWYVK4.js} +347 -347
- package/lib/{chunk-AHIIUVQL.js.map → chunk-BIFWYVK4.js.map} +1 -1
- package/lib/{chunk-PCB4OKW7.js → chunk-CPJKSHSV.js} +2 -1
- package/lib/{chunk-W3VN25ER.js → chunk-MV6JXS2P.js} +2 -2
- package/lib/{chunk-I5YHR3CE.js → chunk-OFR7W4ZG.js} +5931 -7800
- package/lib/chunk-OFR7W4ZG.js.map +1 -0
- package/lib/{getMachineId-bsd-WJ6BLVOD.js → getMachineId-bsd-ZJR2OQTA.js} +2 -2
- package/lib/{getMachineId-darwin-TW74DVT5.js → getMachineId-darwin-OW6SYINH.js} +2 -2
- package/lib/{getMachineId-linux-MDJOKOMI.js → getMachineId-linux-L5XPRJBN.js} +2 -2
- package/lib/{getMachineId-unsupported-X2EJZ25K.js → getMachineId-unsupported-B3NMIOO3.js} +2 -2
- package/lib/{getMachineId-win-VE7DMTAF.js → getMachineId-win-TT64F63B.js} +2 -2
- package/lib/index.d.ts +182 -88
- package/lib/index.js +3 -3
- package/lib/{processor-HNY62jHs.d.ts → processor-CIR4erWa.d.ts} +0 -32
- package/lib/processor-runner.js +14213 -5883
- package/lib/processor-runner.js.map +1 -1
- package/lib/service-worker.js +4 -4
- package/lib/test-processor.test.d.ts +1 -1
- package/package.json +1 -1
- package/src/gen/processor/protos/processor.ts +83 -1217
- package/src/gen/service/common/protos/common.ts +13 -552
- package/src/otlp.ts +9 -34
- package/src/processor-runner.ts +2 -4
- package/src/service-v3.ts +3 -6
- package/lib/chunk-I5YHR3CE.js.map +0 -1
- /package/lib/{chunk-PCB4OKW7.js.map → chunk-CPJKSHSV.js.map} +0 -0
- /package/lib/{chunk-W3VN25ER.js.map → chunk-MV6JXS2P.js.map} +0 -0
- /package/lib/{getMachineId-bsd-WJ6BLVOD.js.map → getMachineId-bsd-ZJR2OQTA.js.map} +0 -0
- /package/lib/{getMachineId-darwin-TW74DVT5.js.map → getMachineId-darwin-OW6SYINH.js.map} +0 -0
- /package/lib/{getMachineId-linux-MDJOKOMI.js.map → getMachineId-linux-L5XPRJBN.js.map} +0 -0
- /package/lib/{getMachineId-unsupported-X2EJZ25K.js.map → getMachineId-unsupported-B3NMIOO3.js.map} +0 -0
- /package/lib/{getMachineId-win-VE7DMTAF.js.map → getMachineId-win-TT64F63B.js.map} +0 -0
@@ -10965,6 +10965,7 @@ function setupLogger(json, enableDebug, workerId) {
|
|
10965
10965
|
import("node:process").then((p) => p.stdout.write(""));
|
10966
10966
|
|
10967
10967
|
export {
|
10968
|
+
require_ms,
|
10968
10969
|
setupLogger
|
10969
10970
|
};
|
10970
10971
|
/*! Bundled license information:
|
@@ -10972,4 +10973,4 @@ export {
|
|
10972
10973
|
safe-buffer/index.js:
|
10973
10974
|
(*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
|
10974
10975
|
*/
|
10975
|
-
//# sourceMappingURL=chunk-
|
10976
|
+
//# sourceMappingURL=chunk-CPJKSHSV.js.map
|
@@ -1687,8 +1687,8 @@ export {
|
|
1687
1687
|
TraceFlags,
|
1688
1688
|
INVALID_SPAN_CONTEXT,
|
1689
1689
|
isValidTraceId,
|
1690
|
+
isValidSpanId,
|
1690
1691
|
isSpanContextValid,
|
1691
|
-
ProxyTracerProvider,
|
1692
1692
|
SamplingDecision,
|
1693
1693
|
SpanKind,
|
1694
1694
|
SpanStatusCode,
|
@@ -1700,4 +1700,4 @@ export {
|
|
1700
1700
|
esm_exports,
|
1701
1701
|
init_esm
|
1702
1702
|
};
|
1703
|
-
//# sourceMappingURL=chunk-
|
1703
|
+
//# sourceMappingURL=chunk-MV6JXS2P.js.map
|