-
-
Notifications
You must be signed in to change notification settings - Fork 435
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
SENTRY_DSN environment variable not picked up automatically anymore #1295
Comments
The documentation says (https://docs.sentry.io/platforms/java/guides/logback/#dsn-configuration) :
so I was expecting it to work |
workaround <appender name="Sentry" class="io.sentry.logback.SentryAppender">
<options>
<dsn>${SENTRY_DSN}</dsn>
</options>
</appender> |
looks like a regression, will look into it, thanks cc @maciejwalkowiak |
Platform:
The version of the SDK: 4.2.0
We set our DSN in the environment variable SENTRY_DSN
Our sentry appender was configured as
with sentry logback integration 4.1.0 this worked fine.
now (with #1271) errors are not sent anymore.
The text was updated successfully, but these errors were encountered: