Sentry Setup

  1. Create a Sentry Account.
  2. To get your DSN, go to Sentry and click Project & Teans -> Any Project -> Settings -> Client Keys (DSN).
  3. Copy your DSN and paste it in the .env file.
  4. To get your AUTH_TOKEN, go to Sentry and select API KEYS from the dropdown menu -> Click “Create New Token” -> Give your token a name -> Select the scopes you want to give it -> Click “Generate Token”.
  5. Copy your AUTH_TOKEN and paste it in the SENTRY_AUTH_TOKEN in the eas.json file.
EXPO_PUBLIC_SENTRY_DSN='YOUR_DSN'
SENTRY_AUTH_TOKEN='YOUR_AUTH_TOKEN'