429 with @sentry/browser & setDSN

Hi so in the process of migrating from raven-js SDK towards @sentry/browser and when firing sample exceptions I’m getting a 429 wheras with raven-js it works just fine?

Also wondering if there something like setDSN available with the @sentry/browser sdk.

Thanks!

The 429 means you’re rate limited. Check the headers for a time window and exact reason.

1 Like