Skip to content

Update plugin sentry to v6.20.0 - #5878

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

Update plugin sentry to v6.20.0#5878
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/io.sentry.android.gradle-6.x

Conversation

@renovate

@renovate renovate Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
io.sentry.android.gradle 6.18.06.20.0 age confidence

Release Notes

getsentry/sentry-android-gradle-plugin (io.sentry.android.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

v6.19.0

Compare Source

Fixes
  • Detect AGP optimization.enable when the variant is wrapped by AGP analytics (#​1382)
    • This fixes java.lang.NoSuchMethodException: com.android.build.api.component.analytics.AnalyticsEnabledApplicationVariant_Decorated.getOptimizationCreationConfig()
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 is behind base branch, 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.

@simple-services
simple-services requested review from a team and siddh1004 and removed request for a team August 1, 2026 11:47
@github-actions
github-actions Bot enabled auto-merge (squash) August 1, 2026 11:47
@renovate renovate Bot changed the title Update plugin sentry to v6.17.0 Update plugin sentry to v6.17.0 - autoclosed Aug 3, 2026
@renovate renovate Bot closed this Aug 3, 2026
auto-merge was automatically disabled August 3, 2026 09:41

Pull request was closed

@renovate
renovate Bot deleted the renovate/io.sentry.android.gradle-6.x branch August 3, 2026 09:41
@renovate renovate Bot changed the title Update plugin sentry to v6.17.0 - autoclosed Update plugin sentry to v6.18.0 Aug 8, 2026
@renovate renovate Bot reopened this Aug 8, 2026
@renovate
renovate Bot force-pushed the renovate/io.sentry.android.gradle-6.x branch 3 times, most recently from 90c88d1 to e0e168b Compare August 10, 2026 08:20
@renovate renovate Bot changed the title Update plugin sentry to v6.18.0 Update plugin sentry to v6.18.0 - autoclosed Aug 11, 2026
@renovate renovate Bot closed this Aug 11, 2026
@renovate renovate Bot changed the title Update plugin sentry to v6.18.0 - autoclosed Update plugin sentry to v6.19.0 Aug 16, 2026
@renovate renovate Bot reopened this Aug 16, 2026
@renovate
renovate Bot force-pushed the renovate/io.sentry.android.gradle-6.x branch 3 times, most recently from a3ba210 to 5585ffe Compare August 20, 2026 12:48
@renovate
renovate Bot force-pushed the renovate/io.sentry.android.gradle-6.x branch from 5585ffe to cae3421 Compare August 25, 2026 13:58
@renovate
renovate Bot force-pushed the renovate/io.sentry.android.gradle-6.x branch from cae3421 to 28d6f6a Compare August 27, 2026 20:57
@renovate renovate Bot changed the title Update plugin sentry to v6.19.0 Update plugin sentry to v6.20.0 Aug 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants