autotel 4.0.0 → 4.2.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.
Files changed (232) hide show
  1. package/README.md +26 -1
  2. package/dist/auto.cjs +2 -2
  3. package/dist/auto.js +1 -1
  4. package/dist/correlation-id.cjs +1 -1
  5. package/dist/correlation-id.js +1 -1
  6. package/dist/decorators.cjs +1 -1
  7. package/dist/decorators.js +1 -1
  8. package/dist/{event-Dlqr4ZNL.cjs → event-BhHREDJk.cjs} +3 -3
  9. package/dist/{event-Dlqr4ZNL.cjs.map → event-BhHREDJk.cjs.map} +1 -1
  10. package/dist/{event-_58ryBjh.js → event-ByBTV9M2.js} +3 -3
  11. package/dist/{event-_58ryBjh.js.map → event-ByBTV9M2.js.map} +1 -1
  12. package/dist/event.cjs +1 -1
  13. package/dist/event.js +1 -1
  14. package/dist/{functional-BGkT8J-h.js → functional-DtI0u4vx.js} +19 -19
  15. package/dist/functional-DtI0u4vx.js.map +1 -0
  16. package/dist/{functional-C4CzoVrX.cjs → functional-zpzNLhky.cjs} +4 -4
  17. package/dist/{functional-C4CzoVrX.cjs.map → functional-zpzNLhky.cjs.map} +1 -1
  18. package/dist/functional.cjs +1 -1
  19. package/dist/functional.js +1 -1
  20. package/dist/http.cjs +1 -1
  21. package/dist/http.js +1 -1
  22. package/dist/index.cjs +5 -5
  23. package/dist/index.d.cts +1 -1
  24. package/dist/index.d.ts +1 -1
  25. package/dist/index.js +5 -5
  26. package/dist/{init-DJQOdVlN.d.ts → init-B7u-DjxM.d.ts} +57 -2
  27. package/dist/init-B7u-DjxM.d.ts.map +1 -0
  28. package/dist/{init-DvapOXCc.cjs → init-BX7AmFRl.cjs} +40 -21
  29. package/dist/init-BX7AmFRl.cjs.map +1 -0
  30. package/dist/{init-Ch6t7MNI.js → init-D-jnNMix.js} +39 -20
  31. package/dist/init-D-jnNMix.js.map +1 -0
  32. package/dist/{init-CNp-ee80.d.cts → init-DSrRmVnz.d.cts} +57 -2
  33. package/dist/init-DSrRmVnz.d.cts.map +1 -0
  34. package/dist/instrumentation.cjs +1 -1
  35. package/dist/instrumentation.js +1 -1
  36. package/dist/logger-D3Ej3DII.js +446 -0
  37. package/dist/logger-D3Ej3DII.js.map +1 -0
  38. package/dist/logger-thMPLpOG.cjs +487 -0
  39. package/dist/logger-thMPLpOG.cjs.map +1 -0
  40. package/dist/logger.cjs +8 -236
  41. package/dist/logger.js +2 -204
  42. package/dist/messaging.cjs +1 -1
  43. package/dist/messaging.js +1 -1
  44. package/dist/semantic-helpers.cjs +1 -1
  45. package/dist/semantic-helpers.js +1 -1
  46. package/dist/{track-3HY4NGV-.cjs → track-D59FfpL0.cjs} +2 -2
  47. package/dist/{track-3HY4NGV-.cjs.map → track-D59FfpL0.cjs.map} +1 -1
  48. package/dist/{track-nsKVy-pj.js → track-wc0HafS_.js} +6 -6
  49. package/dist/track-wc0HafS_.js.map +1 -0
  50. package/dist/webhook.cjs +1 -1
  51. package/dist/webhook.js +1 -1
  52. package/dist/workflow-distributed.cjs +1 -1
  53. package/dist/workflow-distributed.js +1 -1
  54. package/dist/workflow.cjs +1 -1
  55. package/dist/workflow.js +1 -1
  56. package/dist/{yaml-config-B3dQ82GR.cjs → yaml-config-Ck2uB0Dp.cjs} +2 -1
  57. package/dist/yaml-config-Ck2uB0Dp.cjs.map +1 -0
  58. package/dist/yaml-config.cjs +1 -1
  59. package/dist/yaml-config.d.cts +7 -1
  60. package/dist/yaml-config.d.cts.map +1 -1
  61. package/dist/yaml-config.d.ts +7 -1
  62. package/dist/yaml-config.d.ts.map +1 -1
  63. package/dist/yaml-config.js +1 -0
  64. package/dist/yaml-config.js.map +1 -1
  65. package/package.json +1 -2
  66. package/skills/autotel-core/SKILL.md +2 -0
  67. package/skills/autotel-instrumentation/SKILL.md +25 -0
  68. package/skills/debug-missing-spans/SKILL.md +3 -1
  69. package/skills/migrate-to-autotel/SKILL.md +24 -23
  70. package/skills/review-otel-patterns/SKILL.md +5 -4
  71. package/dist/functional-BGkT8J-h.js.map +0 -1
  72. package/dist/init-CNp-ee80.d.cts.map +0 -1
  73. package/dist/init-Ch6t7MNI.js.map +0 -1
  74. package/dist/init-DJQOdVlN.d.ts.map +0 -1
  75. package/dist/init-DvapOXCc.cjs.map +0 -1
  76. package/dist/logger.cjs.map +0 -1
  77. package/dist/logger.js.map +0 -1
  78. package/dist/track-nsKVy-pj.js.map +0 -1
  79. package/dist/yaml-config-B3dQ82GR.cjs.map +0 -1
  80. package/src/attribute-redacting-processor.test.ts +0 -763
  81. package/src/attribute-redacting-processor.ts +0 -621
  82. package/src/attributes/attachers.ts +0 -161
  83. package/src/attributes/builders.ts +0 -529
  84. package/src/attributes/domains.ts +0 -42
  85. package/src/attributes/index.ts +0 -81
  86. package/src/attributes/registry.ts +0 -323
  87. package/src/attributes/types.ts +0 -211
  88. package/src/attributes/utils.ts +0 -64
  89. package/src/attributes/validators.ts +0 -266
  90. package/src/attributes.test.ts +0 -292
  91. package/src/auto.ts +0 -67
  92. package/src/autotel-logger.test.ts +0 -548
  93. package/src/autotel-logger.ts +0 -364
  94. package/src/baggage-span-processor.test.ts +0 -202
  95. package/src/baggage-span-processor.ts +0 -100
  96. package/src/business-baggage.test.ts +0 -500
  97. package/src/business-baggage.ts +0 -669
  98. package/src/circuit-breaker.test.ts +0 -341
  99. package/src/circuit-breaker.ts +0 -184
  100. package/src/config.test.ts +0 -94
  101. package/src/config.ts +0 -172
  102. package/src/correlated-events.test.ts +0 -151
  103. package/src/correlated-events.ts +0 -47
  104. package/src/correlation-id.test.ts +0 -163
  105. package/src/correlation-id.ts +0 -206
  106. package/src/db.test.ts +0 -252
  107. package/src/db.ts +0 -447
  108. package/src/decorators.test.ts +0 -153
  109. package/src/decorators.ts +0 -188
  110. package/src/define-event.test.ts +0 -41
  111. package/src/define-event.ts +0 -58
  112. package/src/devtools.ts +0 -60
  113. package/src/drain-pipeline.test.ts +0 -68
  114. package/src/drain-pipeline.ts +0 -199
  115. package/src/drain-toolkit.test.ts +0 -113
  116. package/src/drain-toolkit.ts +0 -129
  117. package/src/enricher-toolkit.test.ts +0 -67
  118. package/src/enricher-toolkit.ts +0 -79
  119. package/src/enrichers.test.ts +0 -150
  120. package/src/enrichers.ts +0 -145
  121. package/src/env-config.test.ts +0 -323
  122. package/src/env-config.ts +0 -309
  123. package/src/error-catalog.test.ts +0 -133
  124. package/src/error-catalog.ts +0 -262
  125. package/src/event-queue.test.ts +0 -864
  126. package/src/event-queue.ts +0 -699
  127. package/src/event-subscriber.ts +0 -262
  128. package/src/event-testing.ts +0 -197
  129. package/src/event.test.ts +0 -1104
  130. package/src/event.ts +0 -988
  131. package/src/events-config.ts +0 -235
  132. package/src/exporters.ts +0 -165
  133. package/src/filtering-span-processor.test.ts +0 -281
  134. package/src/filtering-span-processor.ts +0 -111
  135. package/src/flatten-attributes.test.ts +0 -76
  136. package/src/flatten-attributes.ts +0 -80
  137. package/src/functional.strict-types.typecheck.ts +0 -53
  138. package/src/functional.test.ts +0 -1464
  139. package/src/functional.ts +0 -2539
  140. package/src/functional.types.test.ts +0 -135
  141. package/src/hook.mjs +0 -15
  142. package/src/http.test.ts +0 -485
  143. package/src/http.ts +0 -424
  144. package/src/index.ts +0 -433
  145. package/src/init-auto-redactor.test.ts +0 -53
  146. package/src/init-redactor.test.ts +0 -8
  147. package/src/init.customization.test.ts +0 -594
  148. package/src/init.integrations.test.ts +0 -399
  149. package/src/init.openllmetry.test.ts +0 -194
  150. package/src/init.protocol.test.ts +0 -215
  151. package/src/init.ts +0 -2312
  152. package/src/instrumentation.test.ts +0 -108
  153. package/src/instrumentation.ts +0 -319
  154. package/src/logger.test.ts +0 -125
  155. package/src/logger.ts +0 -341
  156. package/src/messaging-adapters.test.ts +0 -595
  157. package/src/messaging-adapters.ts +0 -583
  158. package/src/messaging-testing.test.ts +0 -573
  159. package/src/messaging-testing.ts +0 -935
  160. package/src/messaging.test.ts +0 -1646
  161. package/src/messaging.ts +0 -2245
  162. package/src/metric-helpers.ts +0 -47
  163. package/src/metric-testing.ts +0 -197
  164. package/src/metric.ts +0 -446
  165. package/src/metrics.test.ts +0 -241
  166. package/src/node-require.ts +0 -123
  167. package/src/operation-context.ts +0 -93
  168. package/src/parse-error.test.ts +0 -73
  169. package/src/parse-error.ts +0 -112
  170. package/src/posthog-logs.test.ts +0 -115
  171. package/src/posthog-logs.ts +0 -77
  172. package/src/pretty-console-exporter.test.ts +0 -545
  173. package/src/pretty-console-exporter.ts +0 -413
  174. package/src/pretty-log-formatter.test.ts +0 -123
  175. package/src/pretty-log-formatter.ts +0 -210
  176. package/src/processors/canonical-log-line-processor.test.ts +0 -523
  177. package/src/processors/canonical-log-line-processor.ts +0 -396
  178. package/src/processors.ts +0 -152
  179. package/src/rate-limiter.test.ts +0 -199
  180. package/src/rate-limiter.ts +0 -98
  181. package/src/redact-values.test.ts +0 -90
  182. package/src/redact-values.ts +0 -34
  183. package/src/register.ts +0 -37
  184. package/src/request-logger.test.ts +0 -545
  185. package/src/request-logger.ts +0 -342
  186. package/src/sampling.test.ts +0 -1060
  187. package/src/sampling.ts +0 -737
  188. package/src/security-schema.test.ts +0 -45
  189. package/src/security-schema.ts +0 -107
  190. package/src/semantic-conventions.ts +0 -15
  191. package/src/semantic-helpers.test.ts +0 -226
  192. package/src/semantic-helpers.ts +0 -438
  193. package/src/shutdown.test.ts +0 -364
  194. package/src/shutdown.ts +0 -246
  195. package/src/span-name-normalizer.test.ts +0 -377
  196. package/src/span-name-normalizer.ts +0 -213
  197. package/src/stable-hash.ts +0 -27
  198. package/src/structured-error.test.ts +0 -191
  199. package/src/structured-error.ts +0 -157
  200. package/src/stub.integration.test.ts +0 -361
  201. package/src/tail-sampling-processor.test.ts +0 -230
  202. package/src/tail-sampling-processor.ts +0 -55
  203. package/src/test-span-collector.test.ts +0 -234
  204. package/src/test-span-collector.ts +0 -150
  205. package/src/testing.ts +0 -705
  206. package/src/trace-context.test.ts +0 -73
  207. package/src/trace-context.ts +0 -567
  208. package/src/trace-helpers.new.test.ts +0 -278
  209. package/src/trace-helpers.test.ts +0 -290
  210. package/src/trace-helpers.ts +0 -710
  211. package/src/trace-hybrid.test.ts +0 -42
  212. package/src/trace-hybrid.ts +0 -37
  213. package/src/tracer-provider.test.ts +0 -183
  214. package/src/tracer-provider.ts +0 -266
  215. package/src/track.test.ts +0 -154
  216. package/src/track.ts +0 -216
  217. package/src/validate.test.ts +0 -287
  218. package/src/validate.ts +0 -307
  219. package/src/validation-attributes.ts +0 -43
  220. package/src/validation.test.ts +0 -330
  221. package/src/validation.ts +0 -246
  222. package/src/variable-name-inference.test.ts +0 -178
  223. package/src/variable-name-inference.ts +0 -242
  224. package/src/webhook.test.ts +0 -649
  225. package/src/webhook.ts +0 -637
  226. package/src/workflow-distributed.test.ts +0 -786
  227. package/src/workflow-distributed.ts +0 -916
  228. package/src/workflow.async-safety.integration.test.ts +0 -345
  229. package/src/workflow.test.ts +0 -647
  230. package/src/workflow.ts +0 -810
  231. package/src/yaml-config.test.ts +0 -337
  232. package/src/yaml-config.ts +0 -342
package/src/logger.ts DELETED
@@ -1,341 +0,0 @@
1
- /**
2
- * Logger types and utilities for autotel
3
- *
4
- * **Zero-Config Option:** Don't provide a logger to `init()` and autotel uses
5
- * a built-in structured JSON logger with automatic trace context injection.
6
- *
7
- * **BYOL (Bring Your Own Logger):** Pass Pino or Bunyan to `init()` for
8
- * automatic instrumentation with trace context and OTLP log export.
9
- *
10
- * ## Logger Signature
11
- *
12
- * Autotel v2.10+ uses **Pino's signature**: `logger.info({ metadata }, 'message')`.
13
- *
14
- * ### Backward Compatibility
15
- *
16
- * The built-in logger auto-detects legacy Winston-style calls and swaps arguments:
17
- * ```typescript
18
- * // Legacy (auto-detected and handled)
19
- * logger.info('User created', { userId: '123' });
20
- * // → Internally treated as: logger.info({ userId: '123' }, 'User created')
21
- * // → Logs warning in development, works silently in production
22
- * ```
23
- *
24
- * ### Recommended Usage
25
- *
26
- * ```typescript
27
- * // ✅ Pino-style (preferred)
28
- * logger.info({ userId: '123' }, 'User created');
29
- *
30
- * // ✅ Simple message (no metadata)
31
- * logger.info('Server started');
32
- * ```
33
- *
34
- * **Note:** If you BYOL (bring your own logger), it must use Pino signature.
35
- * Winston and other `(message, meta)` loggers are NOT compatible.
36
- * For Winston, use `@opentelemetry/instrumentation-winston` instead.
37
- *
38
- * @example Zero-config (uses built-in logger)
39
- * ```typescript
40
- * import { init } from 'autotel';
41
- *
42
- * init({ service: 'my-app' });
43
- * // Internal logs: {"level":"info","service":"my-app","msg":"...","traceId":"..."}
44
- * ```
45
- *
46
- * @example Using built-in logger directly
47
- * ```typescript
48
- * import { createBuiltinLogger, runWithLogLevel } from 'autotel/logger';
49
- *
50
- * const log = createBuiltinLogger('my-service');
51
- *
52
- * // Simple message (no metadata)
53
- * log.info('Server started');
54
- *
55
- * // With metadata (Pino-style: object first, message second)
56
- * log.info({ userId: '123' }, 'User created');
57
- * // Output: {"level":"info","service":"my-service","msg":"User created","userId":"123","traceId":"..."}
58
- *
59
- * // Dynamic log level per-request
60
- * runWithLogLevel('debug', () => {
61
- * log.debug('Debug info for this request only');
62
- * });
63
- * ```
64
- *
65
- * @example Using Pino (recommended for production, auto-instrumented)
66
- * ```typescript
67
- * import pino from 'pino'; // npm install pino
68
- * import { init } from 'autotel';
69
- *
70
- * const logger = pino({ level: 'info' });
71
- * init({ service: 'my-app', logger });
72
- *
73
- * // Logs automatically include traceId/spanId and export via OTLP!
74
- * logger.info({ userId: '123' }, 'User created');
75
- * ```
76
- *
77
- * @example Using Bunyan (auto-instrumented, same signature as Pino)
78
- * ```typescript
79
- * import bunyan from 'bunyan'; // npm install bunyan @opentelemetry/instrumentation-bunyan
80
- * import { init } from 'autotel';
81
- * import { BunyanInstrumentation } from '@opentelemetry/instrumentation-bunyan';
82
- *
83
- * const logger = bunyan.createLogger({ name: 'my-app' });
84
- * init({
85
- * service: 'my-app',
86
- * logger,
87
- * instrumentations: [new BunyanInstrumentation()]
88
- * });
89
- * ```
90
- *
91
- * @example Custom logger (MUST use Pino-compatible signature)
92
- * ```typescript
93
- * // ⚠️ Your custom logger MUST accept (object, message?) signature
94
- * const logger = {
95
- * info: (extra, msg) => console.log(msg || '', extra),
96
- * warn: (extra, msg) => console.warn(msg || '', extra),
97
- * error: (extra, msg) => console.error(msg || '', extra),
98
- * debug: (extra, msg) => console.debug(msg || '', extra),
99
- * };
100
- * init({ service: 'my-app', logger });
101
- * ```
102
- *
103
- * @example BYOL helper: inject trace context into any logger
104
- * ```typescript
105
- * import bunyan from 'bunyan';
106
- * import { getTraceContext } from 'autotel/logger';
107
- *
108
- * const bunyanLogger = bunyan.createLogger({ name: 'myapp' });
109
- * const ctx = getTraceContext();
110
- * bunyanLogger.info({ ...ctx, userId: '123' }, 'Creating user');
111
- * ```
112
- */
113
-
114
- import { SpanStatusCode } from '@opentelemetry/api';
115
- import { getConfig } from './config';
116
-
117
- // ============================================================================
118
- // Logger Types
119
- // ============================================================================
120
-
121
- /**
122
- * Log level constants
123
- */
124
- export const LOG_LEVEL = {
125
- DEBUG: 'debug',
126
- INFO: 'info',
127
- WARN: 'warn',
128
- ERROR: 'error',
129
- } as const;
130
-
131
- export type LogLevel = (typeof LOG_LEVEL)[keyof typeof LOG_LEVEL];
132
-
133
- /**
134
- * Logger configuration (for reference - not needed with BYOL approach)
135
- */
136
- export interface LoggerConfig {
137
- service: string;
138
- level?: LogLevel;
139
- pretty?: boolean;
140
- redact?: string[] | false;
141
- }
142
-
143
- /**
144
- * Pino-compatible log function signature
145
- *
146
- * Matches Pino's actual LogFn type which supports:
147
- * - `(msg: string)` - simple string message
148
- * - `(obj: object, msg?: string)` - object first with optional message
149
- *
150
- * @example
151
- * ```typescript
152
- * logger.info('User logged in');
153
- * logger.info({ userId: '123' }, 'User created');
154
- * logger.error({ err: error }, 'Operation failed');
155
- * ```
156
- */
157
- export interface LogFn {
158
- (msg: string): void;
159
- (obj: Record<string, unknown>, msg?: string): void;
160
- }
161
-
162
- /**
163
- * Simple logger interface - Pino/Bunyan-compatible
164
- *
165
- * Uses Pino's LogFn signature which supports both:
166
- * - `logger.info('message')` - simple string message
167
- * - `logger.info({ extra }, 'message')` - object first with optional message
168
- *
169
- * This is compatible with Pino, Bunyan, and any logger following this pattern.
170
- *
171
- * @example Using Pino (just works!)
172
- * ```typescript
173
- * import pino from 'pino';
174
- * const logger = pino({ level: 'info' });
175
- * init({ service: 'my-app', logger });
176
- * ```
177
- *
178
- * @example Direct usage
179
- * ```typescript
180
- * logger.info('Simple message');
181
- * logger.info({ userId: '123' }, 'User created');
182
- * logger.error({ err: error }, 'Operation failed');
183
- * ```
184
- */
185
- export interface Logger {
186
- info: LogFn;
187
- warn: LogFn;
188
- error: LogFn;
189
- debug: LogFn;
190
- }
191
-
192
- /**
193
- * Alias for Logger interface (backwards compatibility)
194
- * @deprecated Use Logger instead
195
- */
196
- export type ILogger = Logger;
197
-
198
- /**
199
- * Pino logger type - re-exported for convenience
200
- *
201
- * Note: This is a type-only export. To use Pino, install it as a peer dependency:
202
- * `npm install pino`
203
- */
204
- export type { Logger as PinoLogger } from 'pino';
205
-
206
- // ============================================================================
207
- // LoggedOperation Decorator
208
- // ============================================================================
209
-
210
- export interface LoggedOperationOptions {
211
- /** Operation name for tracing (e.g., 'user.createUser') */
212
- operationName: string;
213
- }
214
-
215
- /**
216
- * TS5+ Standard Decorator for logging and tracing operations
217
- * Uses TC39 Stage 3 decorator syntax
218
- *
219
- * This is the traditional per-method decorator approach.
220
- * For zero-boilerplate solution, see @Instrumented class decorator.
221
- *
222
- * @example
223
- * // Simple usage (Pino-style: object first, message second)
224
- * class OrderService {
225
- * constructor(private readonly deps: { log: Logger }) {}
226
- *
227
- * @LoggedOperation('order.create')
228
- * async createOrder(data: CreateOrderData) {
229
- * // ✅ Correct Pino-style logging
230
- * this.deps.log.info({ orderId: data.id }, 'Creating order');
231
- * }
232
- * }
233
- *
234
- * // Advanced usage (future-proof for options)
235
- * @LoggedOperation({ operationName: 'order.create' })
236
- * async createOrder(data: CreateOrderData) { }
237
- */
238
- export function LoggedOperation(
239
- operationNameOrOptions: string | LoggedOperationOptions,
240
- ) {
241
- const operationName =
242
- typeof operationNameOrOptions === 'string'
243
- ? operationNameOrOptions
244
- : operationNameOrOptions.operationName;
245
-
246
- return function <This, Args extends unknown[], Return>(
247
- originalMethod: (this: This, ...args: Args) => Promise<Return>,
248
- context: ClassMethodDecoratorContext<
249
- This,
250
- (this: This, ...args: Args) => Promise<Return>
251
- >,
252
- ) {
253
- const methodName = String(context.name);
254
-
255
- return async function (this: This, ...args: Args): Promise<Return> {
256
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
257
- const log = (this as any).deps?.log;
258
- const startTime = performance.now();
259
-
260
- const config = getConfig();
261
- const tracer = config.tracer;
262
-
263
- return tracer.startActiveSpan(operationName, async (span) => {
264
- try {
265
- log?.info(
266
- {
267
- operation: operationName,
268
- method: methodName,
269
- args,
270
- },
271
- 'Operation started',
272
- );
273
-
274
- const result = await originalMethod.apply(this, args);
275
-
276
- const duration = performance.now() - startTime;
277
- log?.info(
278
- {
279
- operation: operationName,
280
- method: methodName,
281
- duration,
282
- },
283
- 'Operation completed',
284
- );
285
-
286
- span.setStatus({ code: SpanStatusCode.OK });
287
- span.setAttributes({
288
- 'operation.name': operationName,
289
- 'operation.method': methodName,
290
- 'operation.duration': duration,
291
- 'operation.success': true,
292
- });
293
-
294
- return result;
295
- } catch (error) {
296
- const duration = performance.now() - startTime;
297
- log?.error(
298
- {
299
- err: error instanceof Error ? error : undefined,
300
- operation: operationName,
301
- method: methodName,
302
- duration,
303
- },
304
- 'Operation failed',
305
- );
306
-
307
- span.setStatus({
308
- code: SpanStatusCode.ERROR,
309
- message: error instanceof Error ? error.message : 'Unknown error',
310
- });
311
- span.setAttributes({
312
- 'operation.name': operationName,
313
- 'operation.method': methodName,
314
- 'operation.duration': duration,
315
- 'operation.success': false,
316
- 'error.type':
317
- error instanceof Error ? error.constructor.name : 'Unknown',
318
- });
319
-
320
- throw error;
321
- } finally {
322
- span.end();
323
- }
324
- });
325
- };
326
- };
327
- }
328
-
329
- // ============================================================================
330
- // Built-in Logger (re-exports)
331
- // ============================================================================
332
-
333
- export {
334
- autotelLogger,
335
- createBuiltinLogger,
336
- runWithLogLevel,
337
- getTraceContext,
338
- getActiveLogLevel,
339
- type BuiltinLogLevel,
340
- type BuiltinLoggerOptions,
341
- } from './autotel-logger';