Skip to content

Commit b14eb9f

Browse files
authored
chore(v8): Clean up some dead code (#10831)
- test we forgot to delete fully - comments that don't apply anymore
1 parent a15770d commit b14eb9f

File tree

4 files changed

+0
-20
lines changed
  • dev-packages/browser-integration-tests/suites/tracing
    • browserTracingIntegration/http-timings
    • browsertracing/tracePropagationTargets
  • packages/types/src

4 files changed

+0
-20
lines changed

dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/http-timings/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ sentryTest('should create fetch spans with http timing @firefox', async ({ brows
2626
const envelopes = await getMultipleSentryEnvelopeRequests<SerializedEvent>(page, 2, { url, timeout: 10000 });
2727
const tracingEvent = envelopes[envelopes.length - 1]; // last envelope contains tracing data on all browsers
2828

29-
// eslint-disable-next-line deprecation/deprecation
3029
const requestSpans = tracingEvent.spans?.filter(({ op }) => op === 'http.client');
3130

3231
expect(requestSpans).toHaveLength(3);

dev-packages/browser-integration-tests/suites/tracing/browsertracing/tracePropagationTargets/customTargetsAndOrigins/init.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

dev-packages/browser-integration-tests/suites/tracing/browsertracing/tracePropagationTargets/customTracingOrigins/init.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/types/src/client.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ export interface Client<O extends ClientOptions = ClientOptions> {
179179
recordDroppedEvent(reason: EventDropReason, dataCategory: DataCategory, event?: Event): void;
180180

181181
// HOOKS
182-
// TODO(v8): Make the hooks non-optional.
183182
/* eslint-disable @typescript-eslint/unified-signatures */
184183

185184
/**

0 commit comments

Comments
 (0)