-
-
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_TAGS environment variable doesn't work after upgrading from 1.7.30 to 3.0.0 #981
Comments
Thank you for giving 3.x a try! We'll discuss this internally and get back to you soon. |
I'm having some related issues with external config on
For example, if I set
I will only see the Sentry DSN configured, there will be no Sentry Env configured. |
We should make it clear on the docs that the old environment variables are not necessarily supported, it depends on what it was. If values set via env var are not considered when you set stuff via configuration, that would be a problem. Would you mind raising an issue for that so we can investigate? |
Yeah, that would be nice if it were documented which env. vars were supported. |
Add an option to set tags on SentryOptions through external configuration. Fixes gh-981
Platform:
1.2.3
2.3.4.RELEASE
IDE:
2020.2.2
Build system:
Android Gradle Plugin:
Sentry Android Gradle Plugin:
Proguard/R8:
Platform installed with:
The version of the SDK:
3.0.0
I have the following issue:
We used to set following environment variable
and tags were available in sentry
and after upgrading to version
3.0.0
this variable does't work any more.Steps to reproduce:
Upgrade
to
Actual result:
Tags are gone
Expected result:
Tags are present
The text was updated successfully, but these errors were encountered: