Skip to content

fix(deps): update dependency io.sentry:sentry-bom to v6.23.0

Jednotné přihlášení test requested to merge renovate/sentry.version into main

This MR contains the following updates:

Package Type Update Change
io.sentry:sentry-bom import minor 6.20.0 -> 6.23.0

Release Notes

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

v6.23.0

Compare Source

Features
  • Add profile rate limiting (#​2782)
  • Support for automatically capturing Failed GraphQL (Apollo 3) Client errors (#​2781)
import com.apollographql.apollo3.ApolloClient
import io.sentry.apollo3.sentryTracing

val apolloClient = ApolloClient.Builder()
    .serverUrl("https://example.com/graphql")
    .sentryTracing(captureFailedRequests = true)    
    .build()
Dependencies
Fixes

v6.22.0

Compare Source

Features
  • Add lock attribute to the SentryStackFrame protocol to better highlight offending frames in the UI (#​2761)
  • Enrich database spans with blocked main thread info (#​2760)
  • Add api_target to Request and data to Response Protocols (#​2775)
Fixes
  • No longer use String.join in Baggage as it requires API level 26 (#​2778)

v6.21.0

Compare Source

Features
  • Introduce new sentry-android-sqlite integration (#​2722)
    • This integration replaces the old androidx.sqlite database instrumentation in the Sentry Android Gradle plugin
    • A new capability to manually instrument your androidx.sqlite databases.
      • You can wrap your custom SupportSQLiteOpenHelper instance into SentrySupportSQLiteOpenHelper(myHelper) if you're not using the Sentry Android Gradle plugin and still benefit from performance auto-instrumentation.
  • Add SentryWrapper for Callable and Supplier Interface (#​2720)
  • Load sentry-debug-meta.properties (#​2734)
    • This enables source context for Java
    • For more information on how to enable source context, please refer to #​633
Fixes
  • Finish WebFlux transaction before popping scope (#​2724)
  • Use daemon threads for SentryExecutorService (#​2747)
    • We started using SentryExecutorService in 6.19.0 which caused the application to hang on shutdown unless Sentry.close() was called. By using daemon threads we no longer block shutdown.
  • Use Base64.NO_WRAP to avoid unexpected char errors in Apollo (#​2745)
  • Don't warn R8 on missing ComposeViewHierarchyExporter class (#​2743)

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 MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Jednotné přihlášení test

Merge request reports