Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 27, 2024

This PR contains the following updates:

Package Change Age Confidence
io.sentry.android.gradle 4.6.0 -> 4.14.1 age confidence
io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin 4.6.0 -> 4.14.1 age confidence

Release Notes

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

v4.14.1

Compare Source

Dependencies

v4.14.0

Compare Source

Features
  • Add AutoInstallStrategy for graphql-22 (#​781)
  • New experimental option to upload proguard mappings chunked. Set the env variable to try it out: export SENTRY_EXPERIMENTAL_PROGUARD_CHUNK_UPLOAD=1
    • This should prevent intermittent 502: Bad Gateway errors when uploading proguard mappings
Dependencies

v4.13.0

Compare Source

Dependencies

v4.12.0

Compare Source

Fixes
  • Invalidate instrumentation cache when changing instrumentation features (#​753)
Dependencies

v4.11.0

Compare Source

Fixes
  • Fix plugin for spring-dependency-management 1.1.6 (#​741)
  • Make SentryUploadNativeSymbolsTask configuration-cache compatible (#​747)
  • Fix permission denied error when extracting sentry-cli concurrently (#​748)
  • Make SentryGenerateProguardUuidTask produce deterministic output based on the mapping file contents (#​750)
    • This disables caching for the SentryGenerateProguardUuidTask task in favour of deterministic UUID generation. The task will always run but will always produce the same UUID for the same mapping file.
Dependencies

v4.10.0

Compare Source

Features
  • Session Replay Public Beta (#​3339)

    The Gradle plugin pulls in the io.sentry:sentry-android:7.12.0 dependency and enables Session Replay through it. To enable Replay use the sessionReplay.sessionSampleRate or sessionReplay.errorSampleRate experimental options.

    import io.sentry.SentryReplayOptions
    import io.sentry.android.core.SentryAndroid
    
    SentryAndroid.init(context) { options ->
     
      // Currently under experimental options:
      options.experimental.sessionReplay.sessionSampleRate = 1.0 // We suggest 0.1 in production (10% sessions sampled)
      options.experimental.sessionReplay.errorSampleRate = 1.0
    
      // To change default redaction behavior (defaults to true)
      options.experimental.sessionReplay.redactAllImages = true
      options.experimental.sessionReplay.redactAllText = true
    
      // To change quality of the recording (defaults to MEDIUM)
      options.experimental.sessionReplay.quality = SentryReplayOptions.SentryReplayQuality.MEDIUM // (LOW|MEDIUM|HIGH)
    }

    To learn more visit Sentry's Mobile Session Replay documentation page.

Fixes
  • Only apply Jetpack Compose instrumentation if Modifier class is available (#​727)
Dependencies

v4.9.0

Compare Source

Fixes
  • Auto install and instrument sentry-okhttp instead of sentry-android-okhttp on v7+ (#​724)
  • Fix source bundles with configuration cache on AGP 8+ (#​725)
Dependencies

v4.8.0

Compare Source

Fixes
  • Add missing copyFlutterAssets task dependency for Flutter (#​723)
Dependencies

v4.7.1

Compare Source

Fixes
  • Fix support for Kotlin K2 compiler plugin (#​720)

v4.7.0

Compare Source

Features
  • Add support for Kotlin K2 compiler plugin (#​716)

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 these updates again.


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

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

@renovate renovate bot force-pushed the renovate/sentry branch from a1f88cb to 69b0b69 Compare August 7, 2024 11:15
@renovate renovate bot changed the title chore(deps): update sentry to v4.10.0 chore(deps): update sentry to v4.11.0 Aug 7, 2024
@renovate renovate bot force-pushed the renovate/sentry branch from 69b0b69 to 5e9e848 Compare August 26, 2024 14:35
@renovate renovate bot force-pushed the renovate/sentry branch from 5e9e848 to d5ab581 Compare October 15, 2024 19:12
@renovate renovate bot changed the title chore(deps): update sentry to v4.11.0 chore(deps): update sentry to v4.12.0 Oct 15, 2024
@renovate renovate bot force-pushed the renovate/sentry branch 2 times, most recently from 5b17531 to c98dbeb Compare October 28, 2024 15:03
@renovate renovate bot changed the title chore(deps): update sentry to v4.12.0 chore(deps): update sentry to v4.13.0 Oct 28, 2024
@renovate renovate bot changed the title chore(deps): update sentry to v4.13.0 chore(deps): update sentry Nov 25, 2024
@renovate renovate bot force-pushed the renovate/sentry branch from c98dbeb to 3e8428d Compare November 26, 2024 02:29
@renovate renovate bot changed the title chore(deps): update sentry chore(deps): update sentry to v4.14.0 Nov 26, 2024
@renovate renovate bot changed the title chore(deps): update sentry to v4.14.0 chore(deps): update sentry Nov 27, 2024
@renovate renovate bot force-pushed the renovate/sentry branch from 3e8428d to f6d8455 Compare November 28, 2024 04:22
@renovate renovate bot changed the title chore(deps): update sentry chore(deps): update sentry to v4.14.1 Nov 28, 2024
@renovate renovate bot changed the title chore(deps): update sentry to v4.14.1 fix(deps): update sentry to v4.14.1 Dec 10, 2024
@renovate renovate bot force-pushed the renovate/sentry branch from f6d8455 to 0f3f0d1 Compare January 17, 2025 19:34
@renovate renovate bot force-pushed the renovate/sentry branch from 0f3f0d1 to a46a32c Compare February 9, 2025 12:52
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.

1 participant