Skip to content

fix(deps): update sentry.sdk to v7.22.5 #338

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 10, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.sentry:sentry-android-okhttp 7.20.0 -> 7.22.5 age adoption passing confidence
io.sentry:sentry-bom 7.20.0 -> 7.22.5 age adoption passing confidence

Release Notes

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

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 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.sdk branch from 8dfe721 to 080d66d Compare August 13, 2024 10:36
@renovate renovate bot changed the title fix(deps): update sentry.sdk to v7.13.0 fix(deps): update sentry.sdk to v7.14.0 Aug 13, 2024
@renovate renovate bot force-pushed the renovate/sentry.sdk branch from 080d66d to ec4d700 Compare October 9, 2024 18:14
@renovate renovate bot changed the title fix(deps): update sentry.sdk to v7.14.0 fix(deps): update sentry.sdk to v7.15.0 Oct 9, 2024
@renovate renovate bot force-pushed the renovate/sentry.sdk branch from ec4d700 to 491b9f6 Compare October 23, 2024 13:46
@renovate renovate bot changed the title fix(deps): update sentry.sdk to v7.15.0 fix(deps): update sentry.sdk to v7.16.0 Oct 23, 2024
@renovate renovate bot force-pushed the renovate/sentry.sdk branch from 491b9f6 to 615c22c Compare November 13, 2024 08:10
@renovate renovate bot changed the title fix(deps): update sentry.sdk to v7.16.0 fix(deps): update sentry.sdk Nov 13, 2024
@renovate renovate bot changed the title fix(deps): update sentry.sdk fix(deps): update sentry.sdk to v7.17.0 Nov 13, 2024
@renovate renovate bot force-pushed the renovate/sentry.sdk branch 2 times, most recently from 09721de to f3b99da Compare November 19, 2024 10:39
@renovate renovate bot changed the title fix(deps): update sentry.sdk to v7.17.0 fix(deps): update sentry.sdk to v7.18.0 Nov 19, 2024
@renovate renovate bot force-pushed the renovate/sentry.sdk branch from f3b99da to 4f49b89 Compare November 29, 2024 12:41
@renovate renovate bot changed the title fix(deps): update sentry.sdk to v7.18.0 fix(deps): update sentry.sdk Nov 29, 2024
@renovate renovate bot changed the title fix(deps): update sentry.sdk fix(deps): update sentry.sdk to v7.18.1 Nov 29, 2024
@renovate renovate bot force-pushed the renovate/sentry.sdk branch from 4f49b89 to 2df8149 Compare December 12, 2024 10:57
@renovate renovate bot changed the title fix(deps): update sentry.sdk to v7.18.1 fix(deps): update sentry.sdk to v7.19.0 Dec 12, 2024
@renovate renovate bot force-pushed the renovate/sentry.sdk branch from 2df8149 to 4f9c752 Compare December 23, 2024 17:02
@renovate renovate bot changed the title fix(deps): update sentry.sdk to v7.19.0 fix(deps): update sentry.sdk to v7.19.1 Dec 23, 2024
@renovate renovate bot changed the title fix(deps): update sentry.sdk to v7.19.1 fix(deps): update sentry.sdk Jan 2, 2025
@renovate renovate bot force-pushed the renovate/sentry.sdk branch from 4f9c752 to 85192d8 Compare January 2, 2025 21:50
@renovate renovate bot changed the title fix(deps): update sentry.sdk fix(deps): update sentry.sdk to v7.20.0 Jan 2, 2025
@renovate renovate bot changed the title fix(deps): update sentry.sdk to v7.20.0 fix(deps): update sentry.sdk to v7.20.0 - autoclosed Jan 17, 2025
@renovate renovate bot closed this Jan 17, 2025
@renovate renovate bot deleted the renovate/sentry.sdk branch January 17, 2025 19:34
@renovate renovate bot changed the title fix(deps): update sentry.sdk to v7.20.0 - autoclosed fix(deps): update sentry.sdk to v7.20.0 Jan 21, 2025
@renovate renovate bot reopened this Jan 21, 2025
@renovate renovate bot force-pushed the renovate/sentry.sdk branch from 94f65ff to 85192d8 Compare January 21, 2025 10:50
@renovate renovate bot changed the title fix(deps): update sentry.sdk to v7.20.0 fix(deps): update sentry.sdk to v7.20.1 Jan 21, 2025
@renovate renovate bot force-pushed the renovate/sentry.sdk branch from 85192d8 to 8066d6d Compare January 21, 2025 12:17
@renovate renovate bot changed the title fix(deps): update sentry.sdk to v7.20.1 fix(deps): update sentry.sdk to v7.21.0 Jan 27, 2025
@renovate renovate bot force-pushed the renovate/sentry.sdk branch from 8066d6d to 5ac76f6 Compare January 27, 2025 20:33
@renovate renovate bot force-pushed the renovate/sentry.sdk branch 2 times, most recently from f8961c4 to 9ff7fa9 Compare February 11, 2025 19:12
@renovate renovate bot changed the title fix(deps): update sentry.sdk to v7.21.0 fix(deps): update sentry.sdk to v7.22.0 Feb 11, 2025
@renovate renovate bot force-pushed the renovate/sentry.sdk branch from 9ff7fa9 to e924e6c Compare March 10, 2025 22:40
@renovate renovate bot changed the title fix(deps): update sentry.sdk to v7.22.0 fix(deps): update sentry.sdk to v7.22.1 Mar 10, 2025
@renovate renovate bot force-pushed the renovate/sentry.sdk branch from e924e6c to a4e11eb Compare March 13, 2025 18:41
@renovate renovate bot changed the title fix(deps): update sentry.sdk to v7.22.1 fix(deps): update sentry.sdk to v7.22.2 Mar 13, 2025
@renovate renovate bot force-pushed the renovate/sentry.sdk branch from a4e11eb to f6d48f5 Compare March 17, 2025 17:26
@renovate renovate bot changed the title fix(deps): update sentry.sdk to v7.22.2 fix(deps): update sentry.sdk to v7.22.3 Mar 17, 2025
@renovate renovate bot force-pushed the renovate/sentry.sdk branch from f6d48f5 to af5fdbb Compare March 20, 2025 11:28
@renovate renovate bot changed the title fix(deps): update sentry.sdk to v7.22.3 fix(deps): update sentry.sdk to v7.22.4 Mar 20, 2025
@renovate renovate bot force-pushed the renovate/sentry.sdk branch from af5fdbb to c96ac60 Compare March 24, 2025 20:03
@renovate renovate bot changed the title fix(deps): update sentry.sdk to v7.22.4 fix(deps): update sentry.sdk to v7.22.5 Mar 24, 2025
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