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 e39c754 commit c786183Copy full SHA for c786183
packages/tracing/src/span.ts
@@ -37,7 +37,7 @@ export class SpanRecorder {
37
/**
38
* Span contains all data about a span
39
*/
40
-export class Span implements SpanInterface, SpanContext {
+export class Span implements SpanInterface {
41
42
* @inheritDoc
43
0 commit comments