Skip to content

Commit 9184779

Browse files
committed
Lint
1 parent 68af4f9 commit 9184779

File tree

2 files changed

+0
-5
lines changed
  • dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/meta-precedence
  • packages/core/src/tracing

2 files changed

+0
-5
lines changed

dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/linked-traces/consistent-sampling/meta-precedence/test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ sentryTest.describe('When `consistentTraceSampling` is `true` and page contains
2525
sentryTest.skip();
2626
}
2727

28-
29-
30-
3128
const url = await getLocalTestUrl({ testDir: __dirname });
3229

3330
const clientReportPromise = waitForClientReportRequest(page);

packages/core/src/tracing/errors.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,3 @@ export function registerSpanErrorInstrumentation(): void {
4141
addGlobalErrorInstrumentationHandler(errorCallback);
4242
addGlobalUnhandledRejectionInstrumentationHandler(errorCallback);
4343
}
44-
45-

0 commit comments

Comments
 (0)