-
-
Notifications
You must be signed in to change notification settings - Fork 28
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 configuration arguments via --sentry-define
#198
Conversation
|
--define
--sentry-define
--sentry-define
--sentry-define
Any new updates on this feature? |
# Conflicts: # CHANGELOG.md
@eb-so Sorry for the delay. I updated the PR and now it's ready for review. |
No worries, thanks for the update |
@stefanosiano Could you take a look here? 👀 |
@buenaflor Could you re-review here to check if everything is as expected? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just gotta make sure this also works with the new release/dist pr
@buenaflor Let's merge the other PR and then update here. |
# Conflicts: # CHANGELOG.md # lib/src/configuration.dart # test/utils/config_writer.dart
📜 Description
Tried using Dart Environment Declarations, but failed for several reasons:
dart run
in a flutter app (integration test app)It seems plugins can use the arguments users pass, so I opted to implement our own declarations using a similar syntax:
With which users can pass any of our supported keys.
💡 Motivation and Context
Closes #81
💚 How did you test it?
📝 Checklist