Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1.15 KB

File metadata and controls

32 lines (17 loc) · 1.15 KB
  1. Sign up for Sentry for free!

  2. From the Projects tab, Click "+ Create Project"

1 create project

  1. Select "React", name your project, and click "Create Project"

2 create project

  1. Select your new project to enter the project overview page

3 select project

  1. Click the gear icon in the top right to edit project settings

4 click settings

  1. In the "Client Keys (DSN)" tab, copy your DSN.

5 copy dsn

  1. Paste this into the SENTRY_DSN const in client/src/services/monitor.tsx

  2. Generate an auth token for sourcemap uploads: https://docs.sentry.io/platforms/javascript/sourcemaps/uploading/vite/#configuration

6 generate token

  1. Add your SENTRY_AUTH_TOKEN in client/.env and in your GitHub Actions Secrets (in your GitHub repo's settings tab.)

  2. Add your org and project values to Sentry Vite plugin in client/vite.config.ts