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