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 9e311663127eefd3aa20bb8640fa2b01ae1f2ec0
@stefanosiano Please add your 2 cents here, as this is changing current behaviour. 🙇
Since this is breaking, should we consider releasing it as 2.0.0
?
@buenaflor Added info in readme. This PR points to #216. So when we merge here we can check for 2.0 release. WDYT?
@denrase sounds good
:scroll: Description
Default Release
pubspec.yaml
's name & version:name@version
version
, it is used asdist
Providing custom
release
from env. variable or plugin configrelease
and is not mutated any furtherProviding custom
dist
from env. variable or plugin configdist
and is not mutated any furtherEnv Variables
SENTRY_RELEASE
andSENTRY_DIST
have precedence over values from pluginconfig
:bulb: Motivation and Context
Closes #207
:green_heart: How did you test it?
Unit tests
:pencil: Checklist