Skip to content

Commit b61e68b

Browse files
Update libs/hooks/open-telemetry/src/lib/traces/tracing-hook.ts
Co-authored-by: Michael Beemer <[email protected]> Signed-off-by: Lukas Reining <[email protected]>
1 parent b5db733 commit b61e68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/hooks/open-telemetry/src/lib/traces/tracing-hook.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export class SpanEventTracingHook extends OpenTelemetryHook implements BaseHook
5959
}
6060

6161
const tracer = trace.getTracer('span-attributes-tracing-hook');
62-
const HookContestSpanKey = Symbol('evaluation_span');
62+
const HookContextSpanKey = Symbol('evaluation_span');
6363
type SpanAttributesTracingHookData = { [HookContestSpanKey]: Span };
6464

6565
/**

0 commit comments

Comments
 (0)