Skip to content

Releases: getsentry/sentry-android-gradle-plugin

5.7.0

28 May 08:22
Compare
Choose a tag to compare

Dependencies

5.6.0

19 May 11:39
Compare
Choose a tag to compare

Dependencies

5.5.0

05 May 08:39
Compare
Choose a tag to compare

Fixes

  • Fix another API incompatibility with Kotlin 2.1.20 (#871)

Dependencies

5.4.0

23 Apr 11:35
Compare
Choose a tag to compare

Fixes

  • Kotlin Compiler Plugin: Fix API incompatibility with Kotlin 2.1.20 (#857)
  • Make SentryGenerateIntegrationListTask configuration-cache compatible (#866)

Internal

  • Migrate Dependencies to Gradle version catalog (#712)
  • Integrate spotless + ktfmt instead of ktlint (#849)

Dependencies

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