Skip to content

build(deps): bump io.sentry:sentry-android from 8.11.1 to 8.12.0 in /android#901

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/android/io.sentry-sentry-android-8.12.0
Closed

build(deps): bump io.sentry:sentry-android from 8.11.1 to 8.12.0 in /android#901
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/android/io.sentry-sentry-android-8.12.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 19, 2025

Bumps io.sentry:sentry-android from 8.11.1 to 8.12.0.

Release notes

Sourced from io.sentry:sentry-android's releases.

8.12.0

Features

  • Add new User Feedback API (#4286)
    • We now introduced Sentry.captureFeedback, which supersedes Sentry.captureUserFeedback
  • Add Sentry Log Feature (#4372)
    • The feature is disabled by default and needs to be enabled by:
      • options.getLogs().setEnabled(true) in Sentry.init / SentryAndroid.init
      • <meta-data android:name="io.sentry.logs.enabled" android:value="true" /> in AndroidManifest.xml
      • logs.enabled=true in sentry.properties
      • sentry.logs.enabled=true in application.properties
      • sentry.logs.enabled: true in application.yml
    • Logs can be captured using Sentry.logger().info() and similar methods.
    • Logs also take a format string and arguments which we then send through String.format.
    • Please use options.getLogs().setBeforeSend() to filter outgoing logs

Fixes

  • Hook User Interaction integration into running Activity in case of deferred SDK init (#4337)

Dependencies

Changelog

Sourced from io.sentry:sentry-android's changelog.

8.12.0

Features

  • Add new User Feedback API (#4286)
    • We now introduced Sentry.captureFeedback, which supersedes Sentry.captureUserFeedback
  • Add Sentry Log Feature (#4372)
    • The feature is disabled by default and needs to be enabled by:
      • options.getLogs().setEnabled(true) in Sentry.init / SentryAndroid.init
      • <meta-data android:name="io.sentry.logs.enabled" android:value="true" /> in AndroidManifest.xml
      • logs.enabled=true in sentry.properties
      • sentry.logs.enabled=true in application.properties
      • sentry.logs.enabled: true in application.yml
    • Logs can be captured using Sentry.logger().info() and similar methods.
    • Logs also take a format string and arguments which we then send through String.format.
    • Please use options.getLogs().setBeforeSend() to filter outgoing logs

Fixes

  • Hook User Interaction integration into running Activity in case of deferred SDK init (#4337)

Dependencies

Commits
  • 6e31cef release: 8.12.0
  • 2a4f3dd [Logs 15] Add more tests and handle Exception in String.format for logs (#4...
  • c8fd4ec [Logs 14] Add Manifest option for enabling Logs (#4395)
  • 4ff56a6 [Logs 13] Attach server.address to Logs (#4394)
  • ff3aa9c [Logs 12] Logs review feedback (#4392)
  • 87690fc [Logs 11] Add severityNumber to SentryLogEvent (#4391)
  • 8bbd94e [Logs 10] Move options for Logs out of experimental namespace (#4390)
  • d08633d [Logs 9] Remove logs.sample-rate option (#4389)
  • 1e23fdc [Logs 8] Use a separate enum for SentryLogLevel (#4388)
  • 6847e31 [Logs 7] Add System tests for Logs (#4386)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [io.sentry:sentry-android](https://github.com/getsentry/sentry-java) from 8.11.1 to 8.12.0.
- [Release notes](https://github.com/getsentry/sentry-java/releases)
- [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-java@8.11.1...8.12.0)

---
updated-dependencies:
- dependency-name: io.sentry:sentry-android
  dependency-version: 8.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 19, 2025
@dependabot dependabot bot requested a review from lucas-zimerman as a code owner May 19, 2025 16:23
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 19, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 26, 2025

Superseded by #906.

@dependabot dependabot bot closed this May 26, 2025
@dependabot dependabot bot deleted the dependabot/gradle/android/io.sentry-sentry-android-8.12.0 branch May 26, 2025 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants