We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 927dbb7 commit c986b1eCopy full SHA for c986b1e
packages/tracing/test/span.test.ts
@@ -17,7 +17,6 @@ describe('Span', () => {
17
test('simple', () => {
18
const span = new Span({ sampled: true });
19
const span2 = span.startChild();
20
-
21
expect((span2 as any).parentSpanId).toBe((span as any).spanId);
22
expect((span2 as any).traceId).toBe((span as any).traceId);
23
expect((span2 as any).sampled).toBe((span as any).sampled);
0 commit comments