Skip to content

Releases: getsentry/sentry-maven-plugin

0.2.0

31 Jan 14:13
Compare
Choose a tag to compare

Dependencies

0.1.0

28 Jan 09:18
Compare
Choose a tag to compare

Features

  • Add AutoInstallStrategy for graphql-22 (#100)
  • More lenient handling of empty Maven modules (#103)
    • The Maven plugin now ignores Maven modules with empty source roots and instead of failing the build simply prints a log message
    • This allows the plugin to be configured in the root POM even if it does not have sources

Dependencies

0.0.8

03 May 08:53
Compare
Choose a tag to compare

Fixes

  • Fix isSaas check for telemetry (#66)
  • Escape spaces in paths (#64)

Features

  • Disable source upload via SENTRY_SKIP_SOURCE_UPLOAD environment variable (#65)

Dependencies

0.0.7

21 Feb 10:39
Compare
Choose a tag to compare

Fixes

  • Change telemetry DSN to point to production project (#54)

Dependencies

0.0.6

14 Dec 12:53
Compare
Choose a tag to compare

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

0.0.5

23 Oct 09:31
Compare
Choose a tag to compare

Features

  • Add parameter to skip plugin execution (#17)
  • Auto-Install Sentry and Sentry integrations using Maven build extension (#10)
  • Auto-Update sentry-cli and Sentry Java SDK version (#12)

Dependencies

0.0.4

05 Sep 10:03
Compare
Choose a tag to compare
  • Download and Bundle sentry-cli with maven plugin (#8)

0.0.3

29 Jun 12:01
Compare
Choose a tag to compare

Features

  • Add support for building on Windows (#7)

Fixes

  • Also use url and authToken for upload command (#7)

0.0.2

25 May 09:37
Compare
Choose a tag to compare

Features

  • Initial version of sentry-maven-plugin