Skip to content

Update dependency io.sentry:sentry to v8.12.0 #523

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 25, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 18, 2025

This PR contains the following updates:

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

Release Notes

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

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

v8.11.1

Compare Source

Fixes
  • Fix Android profile chunk envelope type for UI Profiling (#​4366)

v8.11.0

Compare Source

Features
  • Make RequestDetailsResolver public (#​4326)
    • RequestDetailsResolver is now public and has an additional constructor, making it easier to use a custom TransportFactory
Fixes
  • Session Replay: Fix masking of non-styled Text Composables (#​4361)
  • Session Replay: Fix masking read-only TextField Composables (#​4362)

v8.10.0

Compare Source

Features
  • Wrap configured OpenTelemetry ContextStorageProvider if available (#​4359)
    • This is only relevant if you see java.lang.IllegalStateException: Found multiple ContextStorageProvider. Set the io.opentelemetry.context.ContextStorageProvider property to the fully qualified class name of the provider to use. Falling back to default ContextStorage. Found providers: ...
    • Set -Dio.opentelemetry.context.contextStorageProvider=io.sentry.opentelemetry.SentryContextStorageProvider on your java command
    • Sentry will then wrap the other ContextStorageProvider that has been configured by loading it through SPI
    • If no other ContextStorageProvider is available or there are problems loading it, we fall back to using SentryOtelThreadLocalStorage
Fixes
  • Update profile chunk rate limit and client report (#​4353)
Dependencies

v8.9.0

Compare Source

Features
  • Add SentryWrapper.wrapRunnable to wrap Runnable for use with Sentry (#​4332)
Fixes
  • Fix TTFD measurement when API called too early (#​4297)
  • Tag sockets traffic originating from Sentry's HttpConnection (#​4340)
    • This should suppress the StrictMode's UntaggedSocketViolation
  • Reduce debug logs verbosity (#​4341)
  • Fix unregister SystemEventsBroadcastReceiver when entering background (#​4338)
    • This should reduce ANRs seen with this class in the stack trace for Android 14 and above
Improvements
  • Make user interaction tracing faster and do fewer allocations (#​4347)
  • Pre-load modules on a background thread upon SDK init (#​4348)

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 changed the title Update dependency io.sentry:sentry to v7.22.5 Update dependency io.sentry:sentry to v7.22.5 - autoclosed Apr 18, 2025
@renovate renovate bot closed this Apr 18, 2025
@renovate renovate bot deleted the renovate/sentry branch April 18, 2025 20:38
@renovate renovate bot changed the title Update dependency io.sentry:sentry to v7.22.5 - autoclosed Update dependency io.sentry:sentry to v7.22.5 Apr 22, 2025
@renovate renovate bot reopened this Apr 22, 2025
@renovate renovate bot force-pushed the renovate/sentry branch from def0ec9 to 7acc111 Compare April 22, 2025 19:42
@renovate renovate bot changed the title Update dependency io.sentry:sentry to v7.22.5 Update dependency io.sentry:sentry to v8.9.0 Apr 22, 2025
@renovate renovate bot force-pushed the renovate/sentry branch 2 times, most recently from 13dd458 to 19550df Compare April 25, 2025 17:56
@renovate renovate bot changed the title Update dependency io.sentry:sentry to v8.9.0 Update dependency io.sentry:sentry to v8.10.0 Apr 25, 2025
@renovate renovate bot changed the title Update dependency io.sentry:sentry to v8.10.0 Update dependency io.sentry:sentry to v8.11.0 Apr 29, 2025
@renovate renovate bot force-pushed the renovate/sentry branch 2 times, most recently from fb6a36f to 2210093 Compare April 30, 2025 17:02
@renovate renovate bot changed the title Update dependency io.sentry:sentry to v8.11.0 Update dependency io.sentry:sentry to v8.11.1 Apr 30, 2025
@renovate renovate bot force-pushed the renovate/sentry branch from 2210093 to 8ba4398 Compare May 13, 2025 21:59
@renovate renovate bot changed the title Update dependency io.sentry:sentry to v8.11.1 Update dependency io.sentry:sentry to v8.12.0 May 13, 2025
@prof18 prof18 merged commit 795f7ec into main May 25, 2025
4 checks passed
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