Releases: getsentry/sentry-maven-plugin
Releases · getsentry/sentry-maven-plugin
0.0.8
Fixes
Features
- Disable source upload via
SENTRY_SKIP_SOURCE_UPLOAD
environment variable (#65)
Dependencies
0.0.7
0.0.6
Features
- Report dependencies (#22)
- Send telemetry data for plugin usage (#28)
- 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
<skipTelemetry>true</skipTelemetry>
in the sentry 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
- Add
aarch64
sentry-cli (#39)- This is used when the build is executed inside a docker container on an Apple silicon chip (e.g. M1)
- Allow usage of the plugin with JDK 8 (#37)
- Add
debug
flag (#38)
Dependencies
0.0.5
0.0.4
0.0.3
0.0.2
Features
- Initial version of sentry-maven-plugin