Skip to content

Commit 54979dc

Browse files
committed
chore: disable replay
1 parent 464f6ad commit 54979dc

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/app/_layout.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@ Sentry.init({
1010

1111
// Enable Logs
1212
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__,
2113
});
2214

2315
function Layout() {

0 commit comments

Comments
 (0)