We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sentry
21
8.2.0
SENTRY_IGNORED_ERRORS="I love my mustache {"
java.util.regex.PatternSyntaxException
The application should start up and the Sentry should treat the ignore error string as a literal value, not a regular expression.
The application fails to start up.
The text was updated successfully, but these errors were encountered:
Thanks for opening the issue @dalbani . Will take a look.
Sorry, something went wrong.
Yeah that's a bug in the SDK. Will open a PR to fix soon.
8.3.0
Thanks a lot for your reactivity!
Successfully merging a pull request may close this issue.
Integration
sentry
Java Version
21
Version
8.2.0
Steps to Reproduce
java.util.regex.PatternSyntaxException
Expected Result
The application should start up and the Sentry should treat the ignore error string as a literal value, not a regular expression.
Actual Result
The application fails to start up.
The text was updated successfully, but these errors were encountered: