We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f97a3 commit b290582Copy full SHA for b290582
dev-packages/e2e-tests/test-applications/angular-17/src/main.ts
@@ -7,11 +7,7 @@ import * as Sentry from '@sentry/angular-ivy';
7
Sentry.init({
8
dsn: 'https://3b6c388182fb435097f41d181be2b2ba@o4504321058471936.ingest.sentry.io/4504321066008576',
9
tracesSampleRate: 1.0,
10
- integrations: [
11
- new Sentry.BrowserTracing({
12
- routingInstrumentation: Sentry.routingInstrumentation,
13
- }),
14
- ],
+ integrations: [Sentry.browserTracingIntegration({})],
15
tunnel: `http://localhost:3031/`, // proxy server
16
debug: true,
17
});
0 commit comments