-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Support sentry.properties #42
Comments
Just a small note: sentry:
upload_debug_symbols: true
project: ${PROJECT_FLAVOR}
auth_token: ${AUTH_TOKEN} It would be amazing if it was possible with this config file |
@PawlikMichal25 can you just export the env var in your environment? |
I'm aware and yes, that works. |
It is not possible to use environment variables in pubspec: dart-lang/pub#1358 |
Right now the configuration is read thru the plugin configuration or via env. var.
Sentry Wizard is able to generate a properties file, the plugin could read the conf. from this file as well.
The text was updated successfully, but these errors were encountered: