Features
- Print a warning if the Sentry plugin is not applied on the app module (#586)
- Add new
excludes
option to exclude classes from instrumentation (#590) - Send telemetry data for plugin usage (#582)
- This will collect errors and timings of the plugin and its tasks (anonymized, except the sentry org id), so we can better understand how the plugin is performing. If you wish to opt-out of this behavior, set
telemetry = false
in thesentry
plugin configuration block.
- This will collect errors and timings of the plugin and its tasks (anonymized, except the sentry org id), so we can better understand how the plugin is performing. If you wish to opt-out of this behavior, set
Chores
- Change cli command from
upload-dif
todebug-files upload
for native symbols (#587) - Use new AGP api for native symbols upload (#592)
Breaking changes:
- Rename
experimentalGuardsquareSupport
flag todexguardEnabled
(#589)