Skip to content

chore(deps): update plugin sentry to v6.20.0 - #70

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/io.sentry.jvm.gradle-6.x
Open

chore(deps): update plugin sentry to v6.20.0#70
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/io.sentry.jvm.gradle-6.x

Conversation

@renovate

@renovate renovate Bot commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
io.sentry.jvm.gradle 6.19.06.20.0 age confidence

Release Notes

getsentry/sentry-android-gradle-plugin (io.sentry.jvm.gradle)

v6.20.0

Compare Source

Features
  • Allow per-variant overrides for tracing instrumentation and runtime optimizations via reverse DSL (#​1420)
    • This allows you to enable and disable features per variant.
    sentry {
      tracingInstrumentation { enabled.set(false) }
    
      variants {
        create("debug") {
          tracingInstrumentation { enabled.set(true) }
          runtimeOptimizations { enabled.set(true) }
        }
      }
    }
Fixes
  • Avoid resolving the runtime classpath during Gradle configuration when SDK runtime optimizations are enabled (#​1404)
Performance
  • Resolve Sentry manifest metadata at build time to reduce Android SDK initialization overhead (#​1405)
Dependencies

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants