event submission rejected with_reason: ProjectId #101
-
Is there an existing issue for this?
How do you use Sentry?Sentry Saas (sentry.io) Which package are you using?@sentry/react SDK Version7.13.0 Framework Version7.13.0 Link to Sentry eventNo response Steps to ReproduceWe've been using Sentry for a while but didn't really utilize it for our React frontend. Now that I'm taking a closer look at it, I'm seeing some issues.
Expected ResultTo observe the errors I'm throwing on Sentry issues. Actual ResultMost of the time Sentry request are failing with code 403 with the error message event |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hey @ozgurhanurek - this typically means your DSN is set incorrectly. The Sentry DSN conforms the the format below: If you're using the SAAS version of Sentry this will typically be The quickest way to check if you're using the correct key is to go to the project settings page for the relevant project:
|
Beta Was this translation helpful? Give feedback.


Hey @ozgurhanurek - this typically means your DSN is set incorrectly.
The Sentry DSN conforms the the format below:
If you're using the SAAS version of Sentry this will typically be
https://{PUBLIC_KEY}@o{ORG_ID}.ingest.sentry.io/{PROJECT_ID}. If the public key, organization ID, or project ID are not correct, you'll see this error.The quickest way to check if you're using the correct key is to go to the project settings page for the relevant project: