-
-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to ignore exceptions by type. #1352
Conversation
"Danger" does not recognize that changelog has been already fixed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
you have to use the #id between () |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@maciejwalkowiak please add to the docs -> https://docs.sentry.io/platforms/java/configuration/options/ |
📜 Description
Add option to
SentryOptions
to ignore exceptions by type. Works also for Spring Boot configuration and external configuration for other integrations.💡 Motivation and Context
Fixes #1306
💚 How did you test it?
Unit & integration tests.
📝 Checklist
🔮 Next steps
Update reference docs.