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 464f6ad commit 54979dcCopy full SHA for 54979dc
1 file changed
src/app/_layout.tsx
@@ -10,14 +10,6 @@ Sentry.init({
10
11
// Enable Logs
12
enableLogs: false,
13
-
14
- // Configure Session Replay
15
- replaysSessionSampleRate: 0.1,
16
- replaysOnErrorSampleRate: 1,
17
- integrations: [Sentry.mobileReplayIntegration()],
18
19
- // uncomment the line below to enable Spotlight (https://spotlightjs.com)
20
- // spotlight: __DEV__,
21
});
22
23
function Layout() {
0 commit comments