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 25885df commit ecb9a8fCopy full SHA for ecb9a8f
packages/tracing/test/span.test.ts
@@ -93,6 +93,7 @@ describe('Span', () => {
93
});
94
95
96
+ // TODO Once toTraceparent is removed, we obv don't need these tests anymore
97
describe('toTraceparent', () => {
98
test('simple', () => {
99
expect(new Span().getTraceHeaders()['sentry-trace']).toMatch(SENTRY_TRACE_REGEX);
0 commit comments