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 dependency io.sentry:sentry to v7.20.0 #674

Merged
merged 1 commit into from
Jan 5, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 13, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.sentry:sentry 7.16.0 -> 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)

v7.19.1

Compare Source

Fixes
  • Change TTFD timeout to 25 seconds (#​3984)
  • Session Replay: Fix memory leak when masking Compose screens (#​3985)
  • Session Replay: Fix potential ANRs in GestureRecorder (#​4001)
Internal
  • Session Replay: Flutter improvements (#​4007)

v7.19.0

Compare Source

Fixes
  • Session Replay: fix various crashes and issues (#​3970)
    • Fix IndexOutOfBoundsException when tracking window changes
    • Fix IllegalStateException when adding/removing draw listener for a dead view
    • Fix ConcurrentModificationException when registering window listeners and stopping WindowRecorder/GestureRecorder
  • Add support for setting sentry-native handler_strategy (#​3671)
Dependencies

v7.18.1

Compare Source

Fixes
  • Fix testTag not working for Jetpack Compose user interaction tracking (#​3878)

v7.18.0

Compare Source

Features
Fixes
  • Avoid collecting normal frames (#​3782)
  • Ensure android initialization process continues even if options configuration block throws an exception (#​3887)
  • Do not report parsing ANR error when there are no threads (#​3888)
    • This should significantly reduce the number of events with message "Sentry Android SDK failed to parse system thread dump..." reported
  • Session Replay: Disable replay in session mode when rate limit is active (#​3854)
Dependencies

v7.17.0

Compare Source

Features
  • Add meta option to set the maximum amount of breadcrumbs to be logged. (#​3836)
  • Use a separate Random instance per thread to improve SDK performance (#​3835)
Fixes
  • Using MaxBreadcrumb with value 0 no longer crashes. (#​3836)
  • Accept manifest integer values when requiring floating values (#​3823)
  • Fix standalone tomcat jndi issue (#​3873)
    • Using Sentry Spring Boot on a standalone tomcat caused the following error:
      • Failed to bind properties under 'sentry.parsed-dsn' to io.sentry.Dsn

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 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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 13, 2024
@renovate renovate bot changed the title Update dependency io.sentry:sentry to v7.17.0 Update dependency io.sentry:sentry to v7.18.0 Nov 19, 2024
@renovate renovate bot force-pushed the renovate/io.sentry-sentry-7.x branch 2 times, most recently from ed0d1e7 to 174fe2f Compare November 20, 2024 16:19
@renovate renovate bot force-pushed the renovate/io.sentry-sentry-7.x branch from 174fe2f to 36e50d8 Compare November 29, 2024 17:19
@renovate renovate bot changed the title Update dependency io.sentry:sentry to v7.18.0 Update dependency io.sentry:sentry to v7.18.1 Nov 29, 2024
@renovate renovate bot changed the title Update dependency io.sentry:sentry to v7.18.1 Update dependency io.sentry:sentry to v7.19.0 Dec 12, 2024
@renovate renovate bot force-pushed the renovate/io.sentry-sentry-7.x branch from 36e50d8 to 5a139b9 Compare December 12, 2024 14:48
@renovate renovate bot changed the title Update dependency io.sentry:sentry to v7.19.0 Update dependency io.sentry:sentry to v7.19.1 Dec 23, 2024
@renovate renovate bot force-pushed the renovate/io.sentry-sentry-7.x branch from 5a139b9 to e2dcc37 Compare December 23, 2024 14:14
@renovate renovate bot force-pushed the renovate/io.sentry-sentry-7.x branch from e2dcc37 to dbdc450 Compare January 2, 2025 20:16
@renovate renovate bot changed the title Update dependency io.sentry:sentry to v7.19.1 Update dependency io.sentry:sentry to v7.20.0 Jan 2, 2025
@DxsSucuk DxsSucuk merged commit 50a336e into master Jan 5, 2025
2 of 5 checks passed
@renovate renovate bot deleted the renovate/io.sentry-sentry-7.x branch January 5, 2025 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant