autotel 3.0.0 → 3.0.4

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 (114) hide show
  1. package/README.md +21 -4
  2. package/dist/attribute-redacting-processor.cjs +8 -8
  3. package/dist/attribute-redacting-processor.d.cts +10 -1
  4. package/dist/attribute-redacting-processor.d.ts +10 -1
  5. package/dist/attribute-redacting-processor.js +1 -1
  6. package/dist/attributes.cjs +21 -21
  7. package/dist/attributes.js +2 -2
  8. package/dist/auto.cjs +3 -3
  9. package/dist/auto.js +2 -2
  10. package/dist/{chunk-IUDXKLS4.js → chunk-34X3TKHA.js} +3 -3
  11. package/dist/{chunk-IUDXKLS4.js.map → chunk-34X3TKHA.js.map} +1 -1
  12. package/dist/{chunk-3QMFLJHJ.js → chunk-4LF6FV2V.js} +3 -3
  13. package/dist/{chunk-3QMFLJHJ.js.map → chunk-4LF6FV2V.js.map} +1 -1
  14. package/dist/{chunk-L7JDUDJD.cjs → chunk-AAYCDHH6.cjs} +7 -7
  15. package/dist/{chunk-L7JDUDJD.cjs.map → chunk-AAYCDHH6.cjs.map} +1 -1
  16. package/dist/{chunk-DWOBIBLY.cjs → chunk-AY2SY3MO.cjs} +5 -5
  17. package/dist/{chunk-DWOBIBLY.cjs.map → chunk-AY2SY3MO.cjs.map} +1 -1
  18. package/dist/{chunk-563EL6O6.cjs → chunk-BPO2PQ3T.cjs} +12 -8
  19. package/dist/chunk-BPO2PQ3T.cjs.map +1 -0
  20. package/dist/{chunk-ZSABTI3C.cjs → chunk-DAZ7EGR4.cjs} +17 -17
  21. package/dist/{chunk-ZSABTI3C.cjs.map → chunk-DAZ7EGR4.cjs.map} +1 -1
  22. package/dist/{chunk-ER43K7ES.js → chunk-DDXIUZEG.js} +3 -3
  23. package/dist/{chunk-ER43K7ES.js.map → chunk-DDXIUZEG.js.map} +1 -1
  24. package/dist/{chunk-JKIMEPI2.cjs → chunk-DQ2SUROF.cjs} +4 -4
  25. package/dist/{chunk-JKIMEPI2.cjs.map → chunk-DQ2SUROF.cjs.map} +1 -1
  26. package/dist/{chunk-DAAJLUTO.js → chunk-F3TNRW2P.js} +6 -5
  27. package/dist/chunk-F3TNRW2P.js.map +1 -0
  28. package/dist/{chunk-7HNQYHK4.js → chunk-HBLWOI6P.js} +3 -3
  29. package/dist/{chunk-7HNQYHK4.js.map → chunk-HBLWOI6P.js.map} +1 -1
  30. package/dist/{chunk-TDNKIHKT.js → chunk-JVWJDHDB.js} +13 -4
  31. package/dist/chunk-JVWJDHDB.js.map +1 -0
  32. package/dist/{chunk-CJ4PD2TZ.cjs → chunk-KKGM42RQ.cjs} +13 -13
  33. package/dist/{chunk-CJ4PD2TZ.cjs.map → chunk-KKGM42RQ.cjs.map} +1 -1
  34. package/dist/{chunk-KHGA4OST.cjs → chunk-LMFPZHI4.cjs} +5 -5
  35. package/dist/{chunk-KHGA4OST.cjs.map → chunk-LMFPZHI4.cjs.map} +1 -1
  36. package/dist/{chunk-CMNGGTQL.cjs → chunk-NXLRY2CE.cjs} +13 -4
  37. package/dist/chunk-NXLRY2CE.cjs.map +1 -0
  38. package/dist/{chunk-4DAG3RFS.js → chunk-OM4OSBOP.js} +4 -4
  39. package/dist/{chunk-4DAG3RFS.js.map → chunk-OM4OSBOP.js.map} +1 -1
  40. package/dist/{chunk-MOK3E54E.cjs → chunk-WSGAHSZQ.cjs} +34 -33
  41. package/dist/chunk-WSGAHSZQ.cjs.map +1 -0
  42. package/dist/{chunk-QG3U5ONP.js → chunk-Z7VAOK5X.js} +3 -3
  43. package/dist/{chunk-QG3U5ONP.js.map → chunk-Z7VAOK5X.js.map} +1 -1
  44. package/dist/{chunk-W35FVJBC.js → chunk-ZDPIWKWD.js} +9 -5
  45. package/dist/chunk-ZDPIWKWD.js.map +1 -0
  46. package/dist/correlation-id.cjs +11 -11
  47. package/dist/correlation-id.js +3 -3
  48. package/dist/decorators.cjs +5 -5
  49. package/dist/decorators.js +4 -4
  50. package/dist/event.cjs +7 -7
  51. package/dist/event.js +4 -4
  52. package/dist/functional.cjs +11 -11
  53. package/dist/functional.d.cts +20 -17
  54. package/dist/functional.d.ts +20 -17
  55. package/dist/functional.js +4 -4
  56. package/dist/http.cjs +4 -4
  57. package/dist/http.js +3 -3
  58. package/dist/index.cjs +226 -92
  59. package/dist/index.cjs.map +1 -1
  60. package/dist/index.d.cts +67 -3
  61. package/dist/index.d.ts +67 -3
  62. package/dist/index.js +138 -15
  63. package/dist/index.js.map +1 -1
  64. package/dist/instrumentation.cjs +9 -9
  65. package/dist/instrumentation.js +2 -2
  66. package/dist/messaging.cjs +8 -8
  67. package/dist/messaging.js +5 -5
  68. package/dist/semantic-helpers.cjs +9 -9
  69. package/dist/semantic-helpers.js +5 -5
  70. package/dist/webhook.cjs +6 -6
  71. package/dist/webhook.js +4 -4
  72. package/dist/workflow-distributed.cjs +6 -6
  73. package/dist/workflow-distributed.js +4 -4
  74. package/dist/workflow.cjs +9 -9
  75. package/dist/workflow.js +5 -5
  76. package/package.json +43 -45
  77. package/skills/analyze-traces/SKILL.md +178 -0
  78. package/skills/autotel-core/SKILL.md +0 -7
  79. package/skills/autotel-events/SKILL.md +0 -6
  80. package/skills/autotel-frameworks/SKILL.md +0 -9
  81. package/skills/autotel-instrumentation/SKILL.md +0 -7
  82. package/skills/autotel-request-logging/SKILL.md +0 -8
  83. package/skills/autotel-structured-errors/SKILL.md +0 -7
  84. package/skills/build-audit-trails/SKILL.md +302 -0
  85. package/skills/debug-missing-spans/SKILL.md +248 -0
  86. package/skills/migrate-to-autotel/SKILL.md +268 -0
  87. package/skills/review-otel-patterns/SKILL.md +488 -0
  88. package/skills/review-otel-patterns/references/code-review.md +75 -0
  89. package/skills/review-otel-patterns/references/processor-pipeline.md +205 -0
  90. package/skills/review-otel-patterns/references/structured-errors.md +102 -0
  91. package/skills/review-otel-patterns/references/wide-spans.md +85 -0
  92. package/skills/tune-sampling/SKILL.md +210 -0
  93. package/src/attribute-redacting-processor.test.ts +6 -4
  94. package/src/attribute-redacting-processor.ts +11 -2
  95. package/src/drain-toolkit.test.ts +113 -0
  96. package/src/drain-toolkit.ts +129 -0
  97. package/src/enricher-toolkit.test.ts +67 -0
  98. package/src/enricher-toolkit.ts +79 -0
  99. package/src/functional.test.ts +18 -0
  100. package/src/functional.ts +32 -20
  101. package/src/index.ts +19 -0
  102. package/src/redact-values.test.ts +24 -10
  103. package/src/redact-values.ts +9 -2
  104. package/src/request-logger.test.ts +91 -0
  105. package/src/request-logger.ts +36 -2
  106. package/src/structured-error.test.ts +4 -1
  107. package/bin/intent.js +0 -6
  108. package/dist/chunk-563EL6O6.cjs.map +0 -1
  109. package/dist/chunk-CMNGGTQL.cjs.map +0 -1
  110. package/dist/chunk-DAAJLUTO.js.map +0 -1
  111. package/dist/chunk-MOK3E54E.cjs.map +0 -1
  112. package/dist/chunk-TDNKIHKT.js.map +0 -1
  113. package/dist/chunk-W35FVJBC.js.map +0 -1
  114. package/src/package-manifest.test.ts +0 -24
package/README.md CHANGED
@@ -2530,14 +2530,31 @@ export const handler = trace(async (event) => {
2530
2530
 
2531
2531
  ### Edge Runtimes (Cloudflare Workers, Vercel Edge)
2532
2532
 
2533
- For edge runtimes with different constraints, use the `autotel-edge` package instead:
2533
+ For edge runtimes with different constraints:
2534
+
2535
+ - **Cloudflare Workers:** use `autotel-cloudflare`.
2536
+ - **Other edge runtimes (Vercel/Netlify/Deno):** use `autotel-edge`.
2537
+
2538
+ Cloudflare Workers example:
2534
2539
 
2535
2540
  ```typescript
2536
- import { init } from 'autotel-edge';
2537
- // Auto-flush built-in for edge environments
2541
+ import { wrapModule, trace, init } from 'autotel-cloudflare';
2542
+
2543
+ const processOrder = trace(async (orderId: string, kv: KVNamespace) => {
2544
+ return kv.get(orderId);
2545
+ });
2546
+
2547
+ export default wrapModule(
2548
+ { service: { name: 'my-worker' } },
2549
+ {
2550
+ async fetch(_req, env) {
2551
+ return Response.json(await processOrder('123', env.ORDERS_KV));
2552
+ },
2553
+ },
2554
+ );
2538
2555
  ```
2539
2556
 
2540
- The `autotel-edge` package is optimized for edge runtimes with automatic flush behavior.
2557
+ `autotel-edge` remains optimized for vendor-agnostic edge runtimes with automatic flush behavior.
2541
2558
 
2542
2559
  ## API Reference
2543
2560
 
@@ -1,37 +1,37 @@
1
1
  'use strict';
2
2
 
3
- var chunkCMNGGTQL_cjs = require('./chunk-CMNGGTQL.cjs');
3
+ var chunkNXLRY2CE_cjs = require('./chunk-NXLRY2CE.cjs');
4
4
  require('./chunk-JEQ2X3Z6.cjs');
5
5
 
6
6
 
7
7
 
8
8
  Object.defineProperty(exports, "AttributeRedactingProcessor", {
9
9
  enumerable: true,
10
- get: function () { return chunkCMNGGTQL_cjs.AttributeRedactingProcessor; }
10
+ get: function () { return chunkNXLRY2CE_cjs.AttributeRedactingProcessor; }
11
11
  });
12
12
  Object.defineProperty(exports, "REDACTOR_PATTERNS", {
13
13
  enumerable: true,
14
- get: function () { return chunkCMNGGTQL_cjs.REDACTOR_PATTERNS; }
14
+ get: function () { return chunkNXLRY2CE_cjs.REDACTOR_PATTERNS; }
15
15
  });
16
16
  Object.defineProperty(exports, "REDACTOR_PRESETS", {
17
17
  enumerable: true,
18
- get: function () { return chunkCMNGGTQL_cjs.REDACTOR_PRESETS; }
18
+ get: function () { return chunkNXLRY2CE_cjs.REDACTOR_PRESETS; }
19
19
  });
20
20
  Object.defineProperty(exports, "builtinPatterns", {
21
21
  enumerable: true,
22
- get: function () { return chunkCMNGGTQL_cjs.builtinPatterns; }
22
+ get: function () { return chunkNXLRY2CE_cjs.builtinPatterns; }
23
23
  });
24
24
  Object.defineProperty(exports, "createAttributeRedactor", {
25
25
  enumerable: true,
26
- get: function () { return chunkCMNGGTQL_cjs.createAttributeRedactor; }
26
+ get: function () { return chunkNXLRY2CE_cjs.createAttributeRedactor; }
27
27
  });
28
28
  Object.defineProperty(exports, "createRedactedSpan", {
29
29
  enumerable: true,
30
- get: function () { return chunkCMNGGTQL_cjs.createRedactedSpan; }
30
+ get: function () { return chunkNXLRY2CE_cjs.createRedactedSpan; }
31
31
  });
32
32
  Object.defineProperty(exports, "normalizeAttributeRedactorConfig", {
33
33
  enumerable: true,
34
- get: function () { return chunkCMNGGTQL_cjs.normalizeAttributeRedactorConfig; }
34
+ get: function () { return chunkNXLRY2CE_cjs.normalizeAttributeRedactorConfig; }
35
35
  });
36
36
  //# sourceMappingURL=attribute-redacting-processor.cjs.map
37
37
  //# sourceMappingURL=attribute-redacting-processor.cjs.map
@@ -116,7 +116,16 @@ declare const builtinPatterns: {
116
116
  readonly pattern: RegExp;
117
117
  readonly mask: (m: string) => string;
118
118
  };
119
- /** International phone numbers → +33******78 (country code + last 2 digits) */
119
+ /**
120
+ * International / formatted phone numbers.
121
+ *
122
+ * Matches:
123
+ * - `+33 1 23 45 67 89` -> `+33******89`
124
+ * - `(415) 555-1234` -> `********34`
125
+ * - `555-123-4567` / `555.123.4567` / `5551234567` -> `********67`
126
+ *
127
+ * Bare short digit runs like `12345678` are intentionally not matched.
128
+ */
120
129
  readonly phone: {
121
130
  readonly pattern: RegExp;
122
131
  readonly mask: (m: string) => string;
@@ -116,7 +116,16 @@ declare const builtinPatterns: {
116
116
  readonly pattern: RegExp;
117
117
  readonly mask: (m: string) => string;
118
118
  };
119
- /** International phone numbers → +33******78 (country code + last 2 digits) */
119
+ /**
120
+ * International / formatted phone numbers.
121
+ *
122
+ * Matches:
123
+ * - `+33 1 23 45 67 89` -> `+33******89`
124
+ * - `(415) 555-1234` -> `********34`
125
+ * - `555-123-4567` / `555.123.4567` / `5551234567` -> `********67`
126
+ *
127
+ * Bare short digit runs like `12345678` are intentionally not matched.
128
+ */
120
129
  readonly phone: {
121
130
  readonly pattern: RegExp;
122
131
  readonly mask: (m: string) => string;
@@ -1,4 +1,4 @@
1
- export { AttributeRedactingProcessor, REDACTOR_PATTERNS, REDACTOR_PRESETS, builtinPatterns, createAttributeRedactor, createRedactedSpan, normalizeAttributeRedactorConfig } from './chunk-TDNKIHKT.js';
1
+ export { AttributeRedactingProcessor, REDACTOR_PATTERNS, REDACTOR_PRESETS, builtinPatterns, createAttributeRedactor, createRedactedSpan, normalizeAttributeRedactorConfig } from './chunk-JVWJDHDB.js';
2
2
  import './chunk-DGUM43GV.js';
3
3
  //# sourceMappingURL=attribute-redacting-processor.js.map
4
4
  //# sourceMappingURL=attribute-redacting-processor.js.map
@@ -1,87 +1,87 @@
1
1
  'use strict';
2
2
 
3
- var chunkJKIMEPI2_cjs = require('./chunk-JKIMEPI2.cjs');
3
+ var chunkDQ2SUROF_cjs = require('./chunk-DQ2SUROF.cjs');
4
4
  require('./chunk-ESMHTKLJ.cjs');
5
- require('./chunk-CMNGGTQL.cjs');
5
+ require('./chunk-NXLRY2CE.cjs');
6
6
  require('./chunk-JEQ2X3Z6.cjs');
7
7
 
8
8
 
9
9
 
10
10
  Object.defineProperty(exports, "attrs", {
11
11
  enumerable: true,
12
- get: function () { return chunkJKIMEPI2_cjs.attrs; }
12
+ get: function () { return chunkDQ2SUROF_cjs.attrs; }
13
13
  });
14
14
  Object.defineProperty(exports, "autoRedactPII", {
15
15
  enumerable: true,
16
- get: function () { return chunkJKIMEPI2_cjs.autoRedactPII; }
16
+ get: function () { return chunkDQ2SUROF_cjs.autoRedactPII; }
17
17
  });
18
18
  Object.defineProperty(exports, "checkDeprecatedAttribute", {
19
19
  enumerable: true,
20
- get: function () { return chunkJKIMEPI2_cjs.checkDeprecatedAttribute; }
20
+ get: function () { return chunkDQ2SUROF_cjs.checkDeprecatedAttribute; }
21
21
  });
22
22
  Object.defineProperty(exports, "dbClient", {
23
23
  enumerable: true,
24
- get: function () { return chunkJKIMEPI2_cjs.dbClient; }
24
+ get: function () { return chunkDQ2SUROF_cjs.dbClient; }
25
25
  });
26
26
  Object.defineProperty(exports, "defaultGuardrails", {
27
27
  enumerable: true,
28
- get: function () { return chunkJKIMEPI2_cjs.defaultGuardrails; }
28
+ get: function () { return chunkDQ2SUROF_cjs.defaultGuardrails; }
29
29
  });
30
30
  Object.defineProperty(exports, "httpClient", {
31
31
  enumerable: true,
32
- get: function () { return chunkJKIMEPI2_cjs.httpClient; }
32
+ get: function () { return chunkDQ2SUROF_cjs.httpClient; }
33
33
  });
34
34
  Object.defineProperty(exports, "httpServer", {
35
35
  enumerable: true,
36
- get: function () { return chunkJKIMEPI2_cjs.httpServer; }
36
+ get: function () { return chunkDQ2SUROF_cjs.httpServer; }
37
37
  });
38
38
  Object.defineProperty(exports, "identify", {
39
39
  enumerable: true,
40
- get: function () { return chunkJKIMEPI2_cjs.identify; }
40
+ get: function () { return chunkDQ2SUROF_cjs.identify; }
41
41
  });
42
42
  Object.defineProperty(exports, "mergeAttrs", {
43
43
  enumerable: true,
44
- get: function () { return chunkJKIMEPI2_cjs.mergeAttrs; }
44
+ get: function () { return chunkDQ2SUROF_cjs.mergeAttrs; }
45
45
  });
46
46
  Object.defineProperty(exports, "mergeServiceResource", {
47
47
  enumerable: true,
48
- get: function () { return chunkJKIMEPI2_cjs.mergeServiceResource; }
48
+ get: function () { return chunkDQ2SUROF_cjs.mergeServiceResource; }
49
49
  });
50
50
  Object.defineProperty(exports, "request", {
51
51
  enumerable: true,
52
- get: function () { return chunkJKIMEPI2_cjs.request; }
52
+ get: function () { return chunkDQ2SUROF_cjs.request; }
53
53
  });
54
54
  Object.defineProperty(exports, "safeSetAttributes", {
55
55
  enumerable: true,
56
- get: function () { return chunkJKIMEPI2_cjs.safeSetAttributes; }
56
+ get: function () { return chunkDQ2SUROF_cjs.safeSetAttributes; }
57
57
  });
58
58
  Object.defineProperty(exports, "setDevice", {
59
59
  enumerable: true,
60
- get: function () { return chunkJKIMEPI2_cjs.setDevice; }
60
+ get: function () { return chunkDQ2SUROF_cjs.setDevice; }
61
61
  });
62
62
  Object.defineProperty(exports, "setError", {
63
63
  enumerable: true,
64
- get: function () { return chunkJKIMEPI2_cjs.setError; }
64
+ get: function () { return chunkDQ2SUROF_cjs.setError; }
65
65
  });
66
66
  Object.defineProperty(exports, "setException", {
67
67
  enumerable: true,
68
- get: function () { return chunkJKIMEPI2_cjs.setException; }
68
+ get: function () { return chunkDQ2SUROF_cjs.setException; }
69
69
  });
70
70
  Object.defineProperty(exports, "setSession", {
71
71
  enumerable: true,
72
- get: function () { return chunkJKIMEPI2_cjs.setSession; }
72
+ get: function () { return chunkDQ2SUROF_cjs.setSession; }
73
73
  });
74
74
  Object.defineProperty(exports, "setUser", {
75
75
  enumerable: true,
76
- get: function () { return chunkJKIMEPI2_cjs.setUser; }
76
+ get: function () { return chunkDQ2SUROF_cjs.setUser; }
77
77
  });
78
78
  Object.defineProperty(exports, "transaction", {
79
79
  enumerable: true,
80
- get: function () { return chunkJKIMEPI2_cjs.transaction; }
80
+ get: function () { return chunkDQ2SUROF_cjs.transaction; }
81
81
  });
82
82
  Object.defineProperty(exports, "validateAttribute", {
83
83
  enumerable: true,
84
- get: function () { return chunkJKIMEPI2_cjs.validateAttribute; }
84
+ get: function () { return chunkDQ2SUROF_cjs.validateAttribute; }
85
85
  });
86
86
  //# sourceMappingURL=attributes.cjs.map
87
87
  //# sourceMappingURL=attributes.cjs.map
@@ -1,6 +1,6 @@
1
- export { attrs, autoRedactPII, checkDeprecatedAttribute, dbClient, defaultGuardrails, httpClient, httpServer, identify, mergeAttrs, mergeServiceResource, request, safeSetAttributes, setDevice, setError, setException, setSession, setUser, transaction, validateAttribute } from './chunk-ER43K7ES.js';
1
+ export { attrs, autoRedactPII, checkDeprecatedAttribute, dbClient, defaultGuardrails, httpClient, httpServer, identify, mergeAttrs, mergeServiceResource, request, safeSetAttributes, setDevice, setError, setException, setSession, setUser, transaction, validateAttribute } from './chunk-DDXIUZEG.js';
2
2
  import './chunk-4A53YIAX.js';
3
- import './chunk-TDNKIHKT.js';
3
+ import './chunk-JVWJDHDB.js';
4
4
  import './chunk-DGUM43GV.js';
5
5
  //# sourceMappingURL=attributes.js.map
6
6
  //# sourceMappingURL=attributes.js.map
package/dist/auto.cjs CHANGED
@@ -1,11 +1,11 @@
1
1
  'use strict';
2
2
 
3
- var chunk563EL6O6_cjs = require('./chunk-563EL6O6.cjs');
3
+ var chunkBPO2PQ3T_cjs = require('./chunk-BPO2PQ3T.cjs');
4
4
  var chunkOC6X2VIN_cjs = require('./chunk-OC6X2VIN.cjs');
5
5
  require('./chunk-CEAQK2QY.cjs');
6
6
  require('./chunk-ZNMBW67B.cjs');
7
7
  require('./chunk-IOYFAFHJ.cjs');
8
- require('./chunk-CMNGGTQL.cjs');
8
+ require('./chunk-NXLRY2CE.cjs');
9
9
  require('./chunk-CU6IDACR.cjs');
10
10
  require('./chunk-6S5RUKU3.cjs');
11
11
  require('./chunk-YS6C2YJE.cjs');
@@ -23,7 +23,7 @@ module$1.register("import-in-the-middle/hook.mjs", (typeof document === 'undefin
23
23
  var yamlConfig = chunkOC6X2VIN_cjs.loadYamlConfig();
24
24
  var autoInstrumentationsEnv = process.env.AUTOTEL_INTEGRATIONS;
25
25
  var autoInstrumentations = autoInstrumentationsEnv === "true" ? true : autoInstrumentationsEnv ? autoInstrumentationsEnv.split(",").map((s) => s.trim()) : yamlConfig?.autoInstrumentations ?? ["http", "express"];
26
- chunk563EL6O6_cjs.init({
26
+ chunkBPO2PQ3T_cjs.init({
27
27
  service: yamlConfig?.service ?? process.env.OTEL_SERVICE_NAME ?? "unknown-service",
28
28
  debug: yamlConfig?.debug ?? process.env.AUTOTEL_DEBUG === "true",
29
29
  autoInstrumentations
package/dist/auto.js CHANGED
@@ -1,9 +1,9 @@
1
- import { init } from './chunk-W35FVJBC.js';
1
+ import { init } from './chunk-ZDPIWKWD.js';
2
2
  import { loadYamlConfig } from './chunk-3SDILILG.js';
3
3
  import './chunk-A4E5AQFK.js';
4
4
  import './chunk-WGWSHJ2N.js';
5
5
  import './chunk-GYR5K654.js';
6
- import './chunk-TDNKIHKT.js';
6
+ import './chunk-JVWJDHDB.js';
7
7
  import './chunk-6UQRVUN3.js';
8
8
  import './chunk-3QXBFGKP.js';
9
9
  import './chunk-33WTKH7X.js';
@@ -1,5 +1,5 @@
1
1
  import { emitCorrelatedEvent } from './chunk-KIL5CUN6.js';
2
- import { trace } from './chunk-DAAJLUTO.js';
2
+ import { trace } from './chunk-F3TNRW2P.js';
3
3
  import { extractLinksFromBatch, createLinkFromHeaders } from './chunk-DPSA4QLA.js';
4
4
  import { SpanKind, propagation, context } from '@opentelemetry/api';
5
5
 
@@ -791,5 +791,5 @@ function clearOrderingState() {
791
791
  }
792
792
 
793
793
  export { clearOrderingState, traceConsumer, traceProducer };
794
- //# sourceMappingURL=chunk-IUDXKLS4.js.map
795
- //# sourceMappingURL=chunk-IUDXKLS4.js.map
794
+ //# sourceMappingURL=chunk-34X3TKHA.js.map
795
+ //# sourceMappingURL=chunk-34X3TKHA.js.map