You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of Sentry 9, we removed the need to provide the secret key. Older versions of SDKs may still require you to provide the DSN including the secret which is now called DSN (Legacy).
If the public dsn is set, we're done. Otherwise, the private dsn should be set (this was the requirement in the past). We pass that to Raven_Client::parseDsn(), build a new one without the password and set it as public dsn.
Then we don't need any warning. The migration should just work for all installations.
Feature Request
Only use the "public" DSN.
From https://docs.sentry.io/error-reporting/quickstart/?platform=javascript#configure-the-sdk
The text was updated successfully, but these errors were encountered: