Skip to content

Releases: getsentry/sentry-android-gradle-plugin

5.3.0

27 Feb 16:27
Compare
Choose a tag to compare

Features

  • Allow sentry-opentelemetry-agentless and sentry-opentelemetry-agentless-spring to determine the SDK version to install (#841)

Fixes

  • Ensure InjectSentryDebugMetaPropertiesTask deletes the output folder before writing into it (#838)
  • Avoid excessive sentry-cli search logs at info level (#842)

Internal

  • Switch to a newer setup-gradle github action (#654)

Dependencies

5.2.0

13 Feb 14:27
Compare
Choose a tag to compare

Dependencies

5.1.0

31 Jan 13:59
Compare
Choose a tag to compare

Dependencies

5.0.0

28 Jan 12:49
Compare
Choose a tag to compare

Intro

Version 5.0 of the sentry-android-gradle-plugin uses the latest major version of the Java/Android SDK (8.0.0).
We plan to do another major release within the next few months, which will contain more functional changes.
You can see what exactly we're planning and track progress in #825.

Fixes

  • Ensure DexGuard flavor/buildtype mapping files are respected as well (#822)

Dependencies

4.14.1

27 Nov 19:13
Compare
Choose a tag to compare

Dependencies

4.14.0

25 Nov 12:30
Compare
Choose a tag to compare

Features

  • Add AutoInstallStrategy for graphql-22 (#781)
  • New experimental option to upload proguard mappings chunked. Set the env variable to try it out: export SENTRY_EXPERIMENTAL_PROGUARD_CHUNK_UPLOAD=1
    • This should prevent intermittent 502: Bad Gateway errors when uploading proguard mappings

Dependencies

4.13.0

28 Oct 14:20
Compare
Choose a tag to compare

Dependencies

4.12.0

15 Oct 17:08
Compare
Choose a tag to compare

Fixes

  • Invalidate instrumentation cache when changing instrumentation features (#753)

Dependencies

4.11.0

07 Aug 10:15
Compare
Choose a tag to compare

Fixes

  • Fix plugin for spring-dependency-management 1.1.6 (#741)
  • Make SentryUploadNativeSymbolsTask configuration-cache compatible (#747)
  • Fix permission denied error when extracting sentry-cli concurrently (#748)
  • Make SentryGenerateProguardUuidTask produce deterministic output based on the mapping file contents (#750)
    • This disables caching for the SentryGenerateProguardUuidTask task in favour of deterministic UUID generation. The task will always run but will always produce the same UUID for the same mapping file.

Dependencies

4.11.0-alpha.1

31 Jul 10:11
Compare
Choose a tag to compare
4.11.0-alpha.1 Pre-release
Pre-release

Fixes

  • Lazily link generated uuid task with minify task (#745)