Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sentry.android to v7.20.0 #603

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.sentry:sentry 7.19.1 -> 7.20.0 age adoption passing confidence
io.sentry:sentry-compose-android 7.19.1 -> 7.20.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

getsentry/sentry-java (io.sentry:sentry)

v7.20.0

Compare Source

Features

To enable Replay use the sessionReplay.sessionSampleRate or sessionReplay.onErrorSampleRate options.

import io.sentry.SentryReplayOptions
import io.sentry.android.core.SentryAndroid

SentryAndroid.init(context) { options ->
 
  options.sessionReplay.sessionSampleRate = 1.0
  options.sessionReplay.onErrorSampleRate = 1.0

  // To change default redaction behavior (defaults to true)
  options.sessionReplay.redactAllImages = true
  options.sessionReplay.redactAllText = true

  // To change quality of the recording (defaults to MEDIUM)
  options.sessionReplay.quality = SentryReplayOptions.SentryReplayQuality.MEDIUM // (LOW|MEDIUM|HIGH)
}
Fixes
  • Fix warm start detection (#​3937)
  • Session Replay: Reduce memory allocations, disk space consumption, and payload size (#​4016)
  • Session Replay: Do not try to encode corrupted frames multiple times (#​4016)
Internal
  • Session Replay: Allow overriding SdkVersion for replay events (#​4014)
  • Session Replay: Send replay options as tags (#​4015)
Breaking changes
  • Session Replay options were moved from under experimental to the main options object (#​4017)

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 requested a review from a team as a code owner December 12, 2024 11:04
@renovate renovate bot changed the title Update sentry.android to v7.19.0 Update sentry.android to v7.19.1 Dec 23, 2024
@renovate renovate bot force-pushed the renovate/sentry.android branch from b54f411 to 76a9a77 Compare December 23, 2024 14:08
@renovate renovate bot changed the title Update sentry.android to v7.19.1 Update sentry.android to v7.19.1 - autoclosed Jan 2, 2025
@renovate renovate bot closed this Jan 2, 2025
@renovate renovate bot deleted the renovate/sentry.android branch January 2, 2025 18:22
@renovate renovate bot changed the title Update sentry.android to v7.19.1 - autoclosed Update sentry.android to v7.19.1 Jan 2, 2025
@renovate renovate bot reopened this Jan 2, 2025
@renovate renovate bot force-pushed the renovate/sentry.android branch from 99e6342 to 76a9a77 Compare January 2, 2025 21:27
@renovate renovate bot changed the title Update sentry.android to v7.19.1 Update sentry.android to v7.20.0 Jan 2, 2025
@renovate renovate bot force-pushed the renovate/sentry.android branch from 76a9a77 to 2452562 Compare January 3, 2025 00:38
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