Skip to content

fix(deps): update dependency io.sentry:sentry-android to v7.21.0#5197

Closed
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/io.sentry-sentry-android-7.x
Closed

fix(deps): update dependency io.sentry:sentry-android to v7.21.0#5197
renovate[bot] wants to merge 1 commit intomasterfrom
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 Adoption Passing Confidence
io.sentry:sentry-android 7.20.0 -> 7.21.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-android)

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

@simple-services simple-services requested review from a team and msasikanth and removed request for a team January 20, 2025 16:47
@github-actions github-actions bot enabled auto-merge (squash) January 20, 2025 16:47
@renovate renovate bot force-pushed the renovate/io.sentry-sentry-android-7.x branch 6 times, most recently from e736857 to f8b5fea Compare January 27, 2025 06:35
@renovate renovate bot changed the title fix(deps): update dependency io.sentry:sentry-android to v7.20.1 fix(deps): update dependency io.sentry:sentry-android to v7.21.0 Jan 27, 2025
@renovate renovate bot force-pushed the renovate/io.sentry-sentry-android-7.x branch from f8b5fea to 6d438dd Compare January 27, 2025 21:10
@msasikanth msasikanth closed this Jan 28, 2025
auto-merge was automatically disabled January 28, 2025 04:18

Pull request was closed

@renovate
Copy link
Contributor Author

renovate bot commented Jan 28, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (7.21.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/io.sentry-sentry-android-7.x branch January 28, 2025 04:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant