Skip to content

Commit 8c4ae52

Browse files
authored
chore: Remove unused ts directive (#14977)
This pr just removes an unused directive in a test.
1 parent 38ff6eb commit 8c4ae52

File tree

1 file changed

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

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,5 @@ 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.
187-
// TODO(v9): We should adjust the EventEnvelopeHeaders type because the trace header always needs to have a trace_id
188185
return errorEnvelopeTraceHeader;
189186
}

0 commit comments

Comments
 (0)