Skip to content

Commit b1ad20e

Browse files
committed
add todo to span tests
1 parent 09ed39d commit b1ad20e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/tracing/test/span.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ describe('Span', () => {
9393
});
9494
});
9595

96+
// TODO Once toTraceparent is removed, we obv don't need these tests anymore
9697
describe('toTraceparent', () => {
9798
test('simple', () => {
9899
expect(new Span().getTraceHeaders()['sentry-trace']).toMatch(SENTRY_TRACE_REGEX);

0 commit comments

Comments
 (0)