Skip to main content

Why am I getting a 404 when trying to open my DSN url?

Updated over a month ago

Issue

When attempting to navigate to my DSN, a 404 error is always returned.

Applies To

  • All Sentry users.

Resolution

A DSN is not a URL, but rather a string that gives the SDK instructions for authenticating with Sentry to submit events.

A 404 error is expected if you try to navigate to a DSN as if it were a web address. If you need to verify your DSN, this can be done by navigating to Project > Settings > SDK Setup >

Client Keys (DSN).

Did this answer your question?