We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5db733 commit b61e68bCopy full SHA for b61e68b
libs/hooks/open-telemetry/src/lib/traces/tracing-hook.ts
@@ -59,7 +59,7 @@ export class SpanEventTracingHook extends OpenTelemetryHook implements BaseHook
59
}
60
61
const tracer = trace.getTracer('span-attributes-tracing-hook');
62
-const HookContestSpanKey = Symbol('evaluation_span');
+const HookContextSpanKey = Symbol('evaluation_span');
63
type SpanAttributesTracingHookData = { [HookContestSpanKey]: Span };
64
65
/**
0 commit comments