Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Ignore Errors does not working #436

@eladhaz05

Description

@eladhaz05

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions