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
How to configure the plugin to login only ERROR events?
ERROR
Having this in my config I would expect only error events to be published
grails.plugin.sentry.levels = ['ERROR']
but looking at the source code it will fall back to the defaults which contains also WARN
WARN
grails-sentry/src/main/groovy/grails/plugin/sentry/GrailsLogbackSentryAppender.groovy
Lines 53 to 57 in d685058
The text was updated successfully, but these errors were encountered:
Well spotted. The condition should be changed.
Sorry, something went wrong.
do you accept PRs?
PRs are always welcomed!
No branches or pull requests
How to configure the plugin to login only
ERROR
events?Having this in my config I would expect only error events to be published
but looking at the source code it will fall back to the defaults which contains also
WARN
grails-sentry/src/main/groovy/grails/plugin/sentry/GrailsLogbackSentryAppender.groovy
Lines 53 to 57 in d685058
The text was updated successfully, but these errors were encountered: