Closed denrase closed 7 months ago
Messages | |
---|---|
:book: | Do not forget to update Sentry-docs with your feature once the pull request gets approved. |
Generated by :no_entry_sign: dangerJS against eee9ceb630810ad067bb4ebc1e34a9bb07694e6c
Any new updates on this feature?
@eb-so Sorry for the delay. I updated the PR and now it's ready for review.
@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?
@buenaflor Let's merge the other PR and then update here.
Needs updating of the comments as soon as https://github.com/getsentry/sentry-dart-plugin/pull/216 is merged
:scroll: 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.
:bulb: Motivation and Context
Closes #81
:green_heart: How did you test it?
:pencil: Checklist