Skip to content

chore(deps): update dependency io.sentry:sentry-logback to v8.12.0 #664

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

Merged
merged 1 commit into from
May 24, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.sentry:sentry-logback 8.11.1 -> 8.12.0 age adoption passing confidence

Release Notes

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

v8.12.0

Compare Source

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

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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.

Copy link

cloudflare-workers-and-pages bot commented May 17, 2025

Deploying moonbase-golf with  Cloudflare Pages  Cloudflare Pages

Latest commit: e972c70
Status: ✅  Deploy successful!
Preview URL: https://12f2b075.moonbase-golf.pages.dev
Branch Preview URL: https://renovate-io-sentry-sentry-lo-e2ns.moonbase-golf.pages.dev

View logs

Copy link

cloudflare-workers-and-pages bot commented May 17, 2025

Deploying moonbase-flippy-mem with  Cloudflare Pages  Cloudflare Pages

Latest commit: e972c70
Status: ✅  Deploy successful!
Preview URL: https://0e8a9839.moonbase-4zv.pages.dev
Branch Preview URL: https://renovate-io-sentry-sentry-lo-62sy.moonbase-4zv.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/io.sentry-sentry-logback-8.x branch 6 times, most recently from 9af34c2 to 2ac22d4 Compare May 24, 2025 14:41
@renovate renovate bot force-pushed the renovate/io.sentry-sentry-logback-8.x branch from 2ac22d4 to e972c70 Compare May 24, 2025 15:15
@aaylward aaylward merged commit 589702b into main May 24, 2025
7 checks passed
@aaylward aaylward deleted the renovate/io.sentry-sentry-logback-8.x branch May 24, 2025 19:30
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.

1 participant