Skip to content

fix(deps): update dependency io.sentry:sentry-android to v8.14.0#4892

Merged
ganfra merged 1 commit intodevelopfrom
renovate/io.sentry-sentry-android-8.x
Jun 19, 2025
Merged

fix(deps): update dependency io.sentry:sentry-android to v8.14.0#4892
ganfra merged 1 commit intodevelopfrom
renovate/io.sentry-sentry-android-8.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jun 17, 2025

This PR contains the following updates:

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

v8.14.0

Compare Source

Fixes
  • Fix Session Replay masking for newer versions of Jetpack Compose (1.8+) (#​4485)
Features
  • Add New User Feedback Widget (#​4450)
    • This widget is a custom button that can be used to show the user feedback form
  • Add New User Feedback form (#​4384)
    • We now introduce SentryUserFeedbackDialog, which extends AlertDialog, inheriting the show() and cancel() methods, among others.
      To use it, just instantiate it and call show() on the instance (Sentry must be previously initialized).
      For customization options, please check the User Feedback documentation.
      import io.sentry.android.core.SentryUserFeedbackDialog;
      
      new SentryUserFeedbackDialog.Builder(context).create().show();
      import io.sentry.android.core.SentryUserFeedbackDialog
      
      SentryUserFeedbackDialog.Builder(context).create().show()
  • Add user.id, user.name and user.email to log attributes (#​4486)
  • User name attribute has been deprecated, please use username instead (#​4486)
  • Add device (device.brand, device.model and device.family) and OS (os.name and os.version) attributes to logs (#​4493)
  • Serialize preContext and postContext in SentryStackFrame (#​4482)
Internal
  • User Feedback now uses SentryUser.username instead of SentryUser.name (#​4494)

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 added the PR-Dependencies Pull requests that update a dependency file label Jun 17, 2025
@renovate renovate bot requested a review from a team as a code owner June 17, 2025 23:23
@renovate renovate bot requested review from ganfra and removed request for a team June 17, 2025 23:23
@renovate renovate bot added the PR-Dependencies Pull requests that update a dependency file label Jun 17, 2025
@github-actions
Copy link
Copy Markdown
Contributor

📱 Scan the QR code below to install the build (arm64 only) for this PR.
QR code
If you can't scan the QR code you can install the build via this link: https://i.diawi.com/sicp1X

@codecov
Copy link
Copy Markdown

codecov bot commented Jun 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.29%. Comparing base (df33cf2) to head (d2e15e3).
Report is 44 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #4892   +/-   ##
========================================
  Coverage    80.29%   80.29%           
========================================
  Files         2152     2152           
  Lines        57177    57177           
  Branches      7199     7199           
========================================
  Hits         45913    45913           
  Misses        8821     8821           
  Partials      2443     2443           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@sonarqubecloud
Copy link
Copy Markdown

@ElementBot
Copy link
Copy Markdown
Collaborator

Warnings
⚠️

gradle/libs.versions.toml#L23 - A newer version of androidx.compose:compose-bom than 2025.05.01 is available: 2025.06.00

⚠️

gradle/libs.versions.toml#L183 - A newer version of org.unifiedpush.android:connector than 3.0.9 is available: 3.0.10

Generated by 🚫 dangerJS against d2e15e3

@ganfra ganfra merged commit 3a2e36b into develop Jun 19, 2025
39 of 40 checks passed
@ganfra ganfra deleted the renovate/io.sentry-sentry-android-8.x branch June 19, 2025 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR-Dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants