Skip to content

Commit b290582

Browse files
committed
update e2e test
1 parent e0f97a3 commit b290582

File tree

1 file changed

+1
-5
lines changed
  • dev-packages/e2e-tests/test-applications/angular-17/src

1 file changed

+1
-5
lines changed

dev-packages/e2e-tests/test-applications/angular-17/src/main.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ import * as Sentry from '@sentry/angular-ivy';
77
Sentry.init({
88
dsn: 'https://3b6c388182fb435097f41d181be2b2ba@o4504321058471936.ingest.sentry.io/4504321066008576',
99
tracesSampleRate: 1.0,
10-
integrations: [
11-
new Sentry.BrowserTracing({
12-
routingInstrumentation: Sentry.routingInstrumentation,
13-
}),
14-
],
10+
integrations: [Sentry.browserTracingIntegration({})],
1511
tunnel: `http://localhost:3031/`, // proxy server
1612
debug: true,
1713
});

0 commit comments

Comments
 (0)