Ignoring errors from Ember

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?

Hey @janfryauf, can you please add this entry to your Raven config and paste a log from the call you mentioned above here?

dataCallback: function (data) {
  console.log(data);
  return data;
}