Skip to content

Commit d88c907

Browse files
committed
Prettier fix in telemetry/index
1 parent 8dbe3dc commit d88c907

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/setup/telemetry/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
import * as SentryReact from '@sentry/react';
12
import * as Sentry from '@sentry/react-native';
2-
import * as SentryBrowser from '@sentry/react';
33
import {isDevelopment} from '@libs/Environment/Environment';
44
import CONFIG from '@src/CONFIG';
55
import pkg from '../../../package.json';
@@ -18,7 +18,7 @@ export default function (): void {
1818
profilesSampleRate: 1.0,
1919
enableAutoPerformanceTracing: true,
2020
enableUserInteractionTracing: true,
21-
integrations: [navigationIntegration, SentryBrowser.browserProfilingIntegration(), SentryBrowser.browserTracingIntegration()],
21+
integrations: [navigationIntegration, SentryReact.browserProfilingIntegration(), SentryReact.browserTracingIntegration()],
2222
environment: CONFIG.ENVIRONMENT,
2323
release: `${pkg.name}@${pkg.version}`,
2424
});

0 commit comments

Comments
 (0)