Skip to content

Releases: getsentry/sentry-android-gradle-plugin

3.8.0

01 Jun 08:34
Compare
Choose a tag to compare

Features

  • Create a new Sentry Gradle plugin with ID io.sentry.jvm.gradle for Java Backend, Desktop etc. (#495)
  • Source Context for Java (#495)
    • To enable it apply the io.sentry.jvm.gradle plugin and set includeSourceContext to true
    • For more information on how to enable source context, please refer to #633
  • Allow setting sentry properties via the sentry plugin extension (#500)

Dependencies

3.7.0

17 May 10:44
Compare
Choose a tag to compare

Features

  • Bundle Java Sources and upload to Sentry (#472)
    • For more information on how to enable source context, please refer to #633
    • Requires Sentry version >=23.5.0 if you're using self-hosted
  • New debug option to enable debug logging for sentry-cli (#472)

Fixes

  • Add missing Kotlin Compiler Plugin Marker config (#488)

Dependencies

3.6.0

11 May 15:47
Compare
Choose a tag to compare

Features

  • Add Kotlin Compiler plugin to enrich Composable functions (#452)

Fixes

  • Do not transform the sdk name to Int in BootstrapAndroidSdk (#478)

Dependencies

3.5.0

04 Apr 12:45
Compare
Choose a tag to compare

Features

  • Add support for Logcat (#455)
  • Write enabled instrumentations to manifest (#441)

Dependencies

3.4.3

20 Mar 18:09
Compare
Choose a tag to compare

Fixes

  • Make plugin Gradle 8 compatible (#428)
  • Fix uploadSentryNativeSymbols task for Gradle 8 (#447)

Dependencies

3.4.2

03 Feb 08:22
Compare
Choose a tag to compare

Fixes

  • Fix failing room 2.5.0 instrumentation (#435)

Dependencies

3.4.1

30 Jan 20:07
Compare
Choose a tag to compare

Fixes

  • Fix AGP 7.4.0 incompatibility when merging assets (#431)

Dependencies

3.4.0

03 Jan 12:57
Compare
Choose a tag to compare

Features

  • Support configuration cache in dependencies report task from Gradle 7.5 onwards (#423)

Fixes

  • Do not register dependencies report task if it's disabled (#422)
  • Ensure clean state before generating a new uuid by deleting the old sentry-debug-meta.properties file (#420)

Dependencies

3.3.0

08 Nov 14:26
Compare
Choose a tag to compare

Features

  • Populate events with dependencies metadata (#396)
  • Add auto-instrumentation for compose navigation (#392)

Dependencies

3.2.1

02 Nov 13:51
Compare
Choose a tag to compare

Fixes

  • Ignore minified classes from any instrumentation (#389)
  • Fix short class names should not be flagged as minified (#398)

Dependencies