Skip to content

publish: getsentry/sentry-android-gradle-plugin@6.20.0 #9356

Description

@sentry-release-bot

Requested by: @markushi

Merge target: (default)

Quick links:

Assign the accepted label to this issue to approve the release.

Targets

  • maven
  • github
  • registry

Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.


📋 Changelog

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

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    acceptedAdd to approve the deployci-readyCI passed, safe to publish without polling

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions