Skip to content

Commit b5db733

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 1894958 commit b5db733

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
@@ -68,7 +68,7 @@ type SpanAttributesTracingHookData = { [HookContestSpanKey]: Span };
6868
* This is useful for tracing flag evaluations as part of a larger trace.
6969
* If there is no active span, a new root span is created.
7070
*/
71-
export class SpanAttributesTracingHook extends OpenTelemetryHook implements BaseHook {
71+
export class SpanHook extends OpenTelemetryHook implements BaseHook {
7272
protected name = SpanAttributesTracingHook.name;
7373

7474
constructor(options?: OpenTelemetryHookOptions, logger?: Logger) {

0 commit comments

Comments
 (0)