Releases: getsentry/sentry-android-gradle-plugin
Releases · getsentry/sentry-android-gradle-plugin
3.8.0
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
- Bump CLI from v2.17.5 to v2.18.1 (#493)
- Bump Android SDK from v6.19.0 to v6.21.0 (#499)
3.7.0
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
- Bump Android SDK from v6.18.1 to v6.19.0 (#490)
3.6.0
Features
- Add Kotlin Compiler plugin to enrich Composable functions (#452)
Fixes
- Do not transform the sdk name to Int in BootstrapAndroidSdk (#478)
Dependencies
- Bump CLI from v2.16.1 to v2.17.5 (#469, #475, #480)
- Bump Android SDK from v6.17.0 to v6.18.1 (#481)
3.5.0
Features
- Add support for Logcat (#455)
- Write enabled instrumentations to manifest (#441)
Dependencies
- Bump CLI from v2.15.2 to v2.16.1 (#458)
- Bump Android SDK from v6.16.0 to v6.17.0 (#462)
3.4.3
Fixes
- Make plugin Gradle 8 compatible (#428)
- Fix
uploadSentryNativeSymbols
task for Gradle 8 (#447)
Dependencies
3.4.2
Fixes
- Fix failing room 2.5.0 instrumentation (#435)
Dependencies
- Bump CLI from v2.11.0 to v2.12.0 (#433)
3.4.1
Fixes
- Fix AGP 7.4.0 incompatibility when merging assets (#431)
Dependencies
- Bump Android SDK from v6.11.0 to v6.13.0 (#427, #432)
3.4.0
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
Features
- Populate events with dependencies metadata (#396)
- Add auto-instrumentation for compose navigation (#392)
Dependencies
- Bump Android SDK from v6.6.0 to v6.7.0 (#402)
3.2.1
Fixes
- Ignore minified classes from any instrumentation (#389)
- Fix short class names should not be flagged as minified (#398)
Dependencies
- Bump CLI from v2.7.0 to v2.8.1 (#394, #397)
- Bump Android SDK from v6.5.0 to v6.6.0 (#393)