Skip to content

0.0.6

Compare
Choose a tag to compare
@getsentry-bot getsentry-bot released this 14 Dec 12:53

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.
  • 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