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 1894958 commit b5db733Copy full SHA for b5db733
libs/hooks/open-telemetry/src/lib/traces/tracing-hook.ts
@@ -68,7 +68,7 @@ type SpanAttributesTracingHookData = { [HookContestSpanKey]: Span };
68
* This is useful for tracing flag evaluations as part of a larger trace.
69
* If there is no active span, a new root span is created.
70
*/
71
-export class SpanAttributesTracingHook extends OpenTelemetryHook implements BaseHook {
+export class SpanHook extends OpenTelemetryHook implements BaseHook {
72
protected name = SpanAttributesTracingHook.name;
73
74
constructor(options?: OpenTelemetryHookOptions, logger?: Logger) {
0 commit comments