Skip to content

Commit acddf1f

Browse files
committed
WTF ???
1 parent 8f28c80 commit acddf1f

File tree

1 file changed

+0
-2
lines changed
  • dev-packages/browser-integration-tests/suites/tracing/dsc-txn-name-update

1 file changed

+0
-2
lines changed

dev-packages/browser-integration-tests/suites/tracing/dsc-txn-name-update/test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,6 @@ async function captureErrorAndGetEnvelopeTraceHeader(page: Page): Promise<Partia
182182

183183
const [, errorEnvelopeTraceHeader] = (await errorEventPromise)[0];
184184

185-
// @ts-expect-error - EventEnvelopeHeaders type in (types/envelope.ts) suggests that trace_id is optional,
186-
// which the DynamicSamplingContext type does not permit.
187185
// TODO(v9): We should adjust the EventEnvelopeHeaders type because the trace header always needs to have a trace_id
188186
return errorEnvelopeTraceHeader;
189187
}

0 commit comments

Comments
 (0)