Hi,
can anyone help me with setting the ignoreErrors please.
I’m still getting this error:
This is my script:
Raven.config('https://xxx@sentry.io/xxx', { whitelistUrls: [/https?:\/\/((admin|stage-admin)\.)?example\.com/], ignoreUrls: [/driftt\.com/, /localhost/], ignoreErrors: [/TransitionAborted.*/, /.*401 Payload.*/, 'The adapter operation was aborted'] }).addPlugin(Raven.Plugins.Ember).install();
Why /.401 Payload./ expression is not working?