Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.
Discussion options

You must be logged in to vote

Hey @ozgurhanurek - this typically means your DSN is set incorrectly.

The Sentry DSN conforms the the format below:

{PROTOCOL}://{PUBLIC_KEY}:{SECRET_KEY}@{HOST}{PATH}/{PROJECT_ID}

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:

https://sentry.io/settings/{org_slug}/projects/{project_slug}/keys/

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ozgurhanurek
Comment options

Answer selected by souredoutlook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
Converted from issue

This discussion was converted from issue #100 on September 26, 2022 15:17.