Skip to content

root: Update dependency io.sentry:sentry-android to v7.22.6#339

Open
renovate[bot] wants to merge 1 commit intodevelopfrom
task/renovate/io.sentry-sentry-android-7.x
Open

root: Update dependency io.sentry:sentry-android to v7.22.6#339
renovate[bot] wants to merge 1 commit intodevelopfrom
task/renovate/io.sentry-sentry-android-7.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 20, 2025

This PR contains the following updates:

Package Change Age Confidence
io.sentry:sentry-android 7.20.07.22.6 age confidence

Warning

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


Release Notes

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

v7.22.6

Compare Source

Fixes
  • Compress Screenshots on a background thread (#​4295)
  • Improve low memory breadcrumb capturing (#​4325)
  • Make SystemEventsBreadcrumbsIntegration faster (#​4330)
  • Fix unregister SystemEventsBroadcastReceiver when entering background (#​4338)
    • This should reduce ANRs seen with this class in the stack trace for Android 14 and above
  • Pre-load modules on a background thread upon SDK init (#​4348)
  • Session Replay: Fix inconsistent segment_id (#​4471)
  • Session Replay: Do not capture current replay for cached events from the past (#​4474)
  • Session Replay: Fix crash on devices with the Unisoc/Spreadtrum T606 chipset (#​4477)
  • Session Replay: Fix masking of non-styled Text Composables (#​4361)
  • Session Replay: Fix masking read-only TextField Composables (#​4362)
  • Fix Session Replay masking for newer versions of Jetpack Compose (1.8+) (#​4485)
  • Session Replay: Expand fix for crash on devices to all Unisoc/Spreadtrum chipsets (#​4510)

v7.22.5

Compare Source

Fixes
  • Session Replay: Change bitmap config to ARGB_8888 for screenshots (#​4282)

v7.22.4

Compare Source

Fixes
  • Session Replay: Fix crash when a navigation breadcrumb does not have "to" destination (#​4185)
  • Session Replay: Cap video segment duration to maximum 5 minutes to prevent endless video encoding in background (#​4185)
  • Avoid logging an error when a float is passed in the manifest (#​4266)

v7.22.3

Compare Source

Fixes
  • Reduce excessive CPU usage when serializing breadcrumbs to disk for ANRs (#​4181)

v7.22.2

Compare Source

Fixes
  • Fix AbstractMethodError when using SentryTraced for Jetpack Compose (#​4256)

v7.22.1

Compare Source

Fixes
  • Fix Ensure app start type is set, even when ActivityLifecycleIntegration is not running (#​4216)
  • Fix properly reset application/content-provider timespans for warm app starts (#​4244)

v7.22.0

Compare Source

Fixes
  • Session Replay: Fix various crashes and issues (#​4135)
    • Fix FileNotFoundException when trying to read/write .ongoing_segment file
    • Fix IllegalStateException when registering onDrawListener
    • Fix SIGABRT native crashes on Motorola devices when encoding a video
  • (Jetpack Compose) Modifier.sentryTag now uses Modifier.Node (#​4029)
    • This allows Composables that use this modifier to be skippable

v7.21.0

Compare Source

Fixes
  • Do not instrument File I/O operations if tracing is disabled (#​4051)
  • Do not instrument User Interaction multiple times (#​4051)
  • Speed up view traversal to find touched target in UserInteractionIntegration (#​4051)
  • Reduce IPC/Binder calls performed by the SDK (#​4058)
Behavioural Changes
  • (changed in 7.20.1) The user ip-address is now only set to "{{auto}}" if sendDefaultPii is enabled (#​4071)
    • This change gives you control over IP address collection directly on the client
  • Reduce the number of broadcasts the SDK is subscribed for (#​4052)
    • Drop TempSensorBreadcrumbsIntegration
    • Drop PhoneStateBreadcrumbsIntegration
    • Reduce number of broadcasts in SystemEventsBreadcrumbsIntegration

Current list of the broadcast events can be found here. If you'd like to subscribe for more events, consider overriding the SystemEventsBreadcrumbsIntegration as follows:

SentryAndroid.init(context) { options ->
    options.integrations.removeAll { it is SystemEventsBreadcrumbsIntegration }
    options.integrations.add(SystemEventsBreadcrumbsIntegration(context, SystemEventsBreadcrumbsIntegration.getDefaultActions() + listOf(/* your custom actions */)))
}

If you would like to keep some of the default broadcast events as breadcrumbs, consider opening a GitHub issue.

v7.20.1

Compare Source

Behavioural Changes
  • The user ip-address is now only set to "{{auto}}" if sendDefaultPii is enabled (#​4071)
    • This change gives you control over IP address collection directly on the client

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title root: Update dependency io.sentry:sentry-android to v7.20.1 root: Update dependency io.sentry:sentry-android to v7.21.0 Jan 27, 2025
@renovate renovate bot force-pushed the task/renovate/io.sentry-sentry-android-7.x branch from 84c90d4 to 6df2c74 Compare January 27, 2025 21:58
@renovate renovate bot changed the title root: Update dependency io.sentry:sentry-android to v7.21.0 root: Update dependency io.sentry:sentry-android to v7.22.0 Feb 11, 2025
@renovate renovate bot force-pushed the task/renovate/io.sentry-sentry-android-7.x branch from 6df2c74 to a073a49 Compare February 11, 2025 23:35
@renovate renovate bot force-pushed the task/renovate/io.sentry-sentry-android-7.x branch from a073a49 to 8fddfbd Compare March 10, 2025 23:24
@renovate renovate bot changed the title root: Update dependency io.sentry:sentry-android to v7.22.0 root: Update dependency io.sentry:sentry-android to v7.22.1 Mar 10, 2025
@renovate renovate bot changed the title root: Update dependency io.sentry:sentry-android to v7.22.1 root: Update dependency io.sentry:sentry-android to v7.22.2 Mar 14, 2025
@renovate renovate bot force-pushed the task/renovate/io.sentry-sentry-android-7.x branch from 8fddfbd to 3dd09b6 Compare March 14, 2025 07:53
@renovate renovate bot changed the title root: Update dependency io.sentry:sentry-android to v7.22.2 root: Update dependency io.sentry:sentry-android to v7.22.3 Mar 17, 2025
@renovate renovate bot force-pushed the task/renovate/io.sentry-sentry-android-7.x branch from 3dd09b6 to 60e2cf1 Compare March 17, 2025 20:30
@renovate renovate bot changed the title root: Update dependency io.sentry:sentry-android to v7.22.3 root: Update dependency io.sentry:sentry-android to v7.22.4 Mar 20, 2025
@renovate renovate bot force-pushed the task/renovate/io.sentry-sentry-android-7.x branch 2 times, most recently from c9de126 to 3169959 Compare March 24, 2025 16:42
@renovate renovate bot changed the title root: Update dependency io.sentry:sentry-android to v7.22.4 root: Update dependency io.sentry:sentry-android to v7.22.5 Mar 24, 2025
@renovate renovate bot force-pushed the task/renovate/io.sentry-sentry-android-7.x branch from 3169959 to 3a69b2a Compare April 8, 2025 10:55
@sonarqubecloud
Copy link

sonarqubecloud bot commented Apr 8, 2025

@renovate renovate bot force-pushed the task/renovate/io.sentry-sentry-android-7.x branch from 3a69b2a to eaa934d Compare July 9, 2025 15:58
@renovate renovate bot changed the title root: Update dependency io.sentry:sentry-android to v7.22.5 root: Update dependency io.sentry:sentry-android to v7.22.6 Jul 9, 2025
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jul 9, 2025

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot

See analysis details on SonarQube Cloud

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