Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

fix(deps): update io.sentry:sentry-bom to v8.14.0#302

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/io.sentry-sentry-bom-8.x
Jun 17, 2025
Merged

fix(deps): update io.sentry:sentry-bom to v8.14.0#302
renovate[bot] merged 1 commit into
mainfrom
renovate/io.sentry-sentry-bom-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-bom 8.13.3 -> 8.14.0 age adoption passing confidence

Release Notes

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

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

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 Move to "Dependency updates" section in release notes. Automatically applied by Renovate. label Jun 17, 2025
@renovate renovate Bot enabled auto-merge June 17, 2025 21:24
@renovate renovate Bot added this pull request to the merge queue Jun 17, 2025
Merged via the queue into main with commit 199cbf2 Jun 17, 2025
5 checks passed
@renovate renovate Bot deleted the renovate/io.sentry-sentry-bom-8.x branch June 17, 2025 21:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Move to "Dependency updates" section in release notes. Automatically applied by Renovate.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants