Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

fix(deps): update dependency io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin to v4.1.0 #2826

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 19, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin 4.0.0 -> 4.1.0 age adoption passing confidence

Release Notes

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

v4.1.0

Compare Source

Features
  • Do not consider user-defined sentry versions when auto-installing integrations. This is necessary because we want to align integrations versions to the same one as one of sentry-android-core/sentry/sentry-android/sentry-spring-boot to prevent runtime crashes due to binary incompatibility. (#​602)
    • If you have directly defined one of the core versions, we will use that to install integrations, otherwise autoInstallation.sentryVersion or the default bundled SDK version is used.

This means if you have defined something like that:

// direct deps
dependencies {
  implementation("io.sentry:sentry-android-core:7.0.0")
  implementation("io.sentry:sentry-android-okhttp:6.34.0")
}

// or with the gradle plugin
sentry {
  autoInstallation.sentryVersion = '7.0.0' // or the latest version bundled within the plugin
}

dependencies {
  implementation("io.sentry:sentry-android-okhttp:6.34.0")
}

Then in both cases it will use 7.0.0 when installing the sentry-android-okhttp integration and print a warning that we have overridden the version.

  • Add aarch64 sentry-cli (#​611)

    • This is used when the build is executed inside a docker container on an Apple silicon chip (e.g. M1)
  • Instrument ContentProvider/Application onCreate calls to measure app-start performance (#​565)

    • This feature requires the sentry-java SDK version 7.1.0 and is enabled by default
    • To disable the feature, set sentry.tracingInstrumentation.appStart.enabled to false
sentry {
  tracingInstrumentation {
    appStart {
      enabled.set(false)
    }
  }
}
Fixes
  • Fix sentry-cli url parameter position (#​610)
Dependencies

Configuration

📅 Schedule: 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 has been generated by Mend Renovate. View repository job log here.

@msfjarvis msfjarvis added this pull request to the merge queue Dec 20, 2023
@msfjarvis msfjarvis removed this pull request from the merge queue due to the queue being cleared Dec 20, 2023
@renovate renovate bot force-pushed the renovate/sentry branch from 4ce7d03 to 12410df Compare December 20, 2023 05:19
@renovate renovate bot force-pushed the renovate/sentry branch from 12410df to b6da551 Compare December 20, 2023 05:21
@renovate renovate bot force-pushed the renovate/sentry branch from b6da551 to a3a6fc7 Compare December 20, 2023 05:28
@msfjarvis msfjarvis enabled auto-merge December 20, 2023 05:35
@msfjarvis msfjarvis added this pull request to the merge queue Dec 20, 2023
Merged via the queue into develop with commit 36f93cd Dec 20, 2023
7 checks passed
@msfjarvis msfjarvis deleted the renovate/sentry branch December 20, 2023 05:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant