Do you want to request a feature or report a bug?
bug
Has someone had this problem before?
Yes
What is the current behavior?
I want to use ignoreErrors in the config.
I use it like this:
// setting up configuration.
Raven.config('https://' + SentryId.publicKey + ':' + SentryId.secretKey + '@' +
SentryId.host + '/' + SentryId.project,
{ // configuring extra contextual information for the installation.
name:XXXXX,
environment:XXXXXX,
tags:{api:XXXXXXX},
ignoreErrors:[
'BadRequestException:',
'NotFoundException',
'UnauthrizedException'
]
}
)
I still got this errors with those strings
What is the expected behavior?
To get errors without those strings
Thank you
Do you want to request a feature or report a bug?
bug
Has someone had this problem before?
Yes
What is the current behavior?
I want to use ignoreErrors in the config.
I use it like this:
// setting up configuration.
Raven.config('https://' + SentryId.publicKey + ':' + SentryId.secretKey + '@' +
SentryId.host + '/' + SentryId.project,
{ // configuring extra contextual information for the installation.
name:XXXXX,
environment:XXXXXX,
tags:{api:XXXXXXX},
ignoreErrors:[
'BadRequestException:',
'NotFoundException',
'UnauthrizedException'
]
}
)
I still got this errors with those strings
What is the expected behavior?
To get errors without those strings
Thank you