Analytics & Monitoring
Sentry
Set up Sentry for error tracking
We are using Sentry to track errors.
Quick Start
1
First, go to the Sentry and create a account.
2
After you create your account, click start button.
3
After you click start button, you will see this screen. Pick React Native and go to next step.
4
After you click next, you will see this screen.
You don’t need to install anything.
Just copy your dsn: ...
and paste it here:
app/_layout.tsx
5
After you paste your dsn, go to the bottom of the app/_layout.tsx file and change this:
app/_layout.tsx
Thats it. You are done.
Was this page helpful?