Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.
Prev Previous commit
Next Next commit
Update src/trace/NoopTracer.ts
Co-authored-by: Daniel Dyla <[email protected]>
  • Loading branch information
Naseem and dyladan authored May 24, 2021
commit 9c6f23e678f5c233d5b3dcc466fbeca5bb29ae43
2 changes: 1 addition & 1 deletion src/trace/NoopTracer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class NoopTracer implements Tracer {
): ReturnType<F>;
startActiveSpan<F extends (span: Span) => ReturnType<F>>(
name: string,
opts: SpanOptions,
opts: SpanOptions | undefined,
fn: F
): ReturnType<F>;
startActiveSpan<F extends (span: Span) => ReturnType<F>>(
Expand Down