-
Sign up for Sentry for free!
-
From the Projects tab, Click "+ Create Project"
- Select "React", name your project, and click "Create Project"
- Select your new project to enter the project overview page
- Click the gear icon in the top right to edit project settings
- In the "Client Keys (DSN)" tab, copy your DSN.
-
Paste this into the
SENTRY_DSNconst in client/src/services/monitor.tsx -
Generate an auth token for sourcemap uploads: https://docs.sentry.io/platforms/javascript/sourcemaps/uploading/vite/#configuration
-
Add your
SENTRY_AUTH_TOKENin client/.env and in your GitHub Actions Secrets (in your GitHub repo's settings tab.) -
Add your
organdprojectvalues to Sentry Vite plugin in client/vite.config.ts





