Skip to content

fix(deps): update dependency io.sentry:sentry-bom to v6.17.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.14.0 -> 6.17.0

Release Notes

getsentry/sentry-java

v6.17.0

Compare Source

Features
  • Add name and geo to User (#​2556)
  • Add breadcrumbs on network changes (#​2608)
  • Add time-to-initial-display and time-to-full-display measurements to Activity transactions (#​2611)
  • Read integration list written by sentry gradle plugin from manifest (#​2598)
  • Add Logcat adapter (#​2620)
  • Provide CPU count/frequency data as device context (#​2622)
Fixes
  • Trim time-to-full-display span if reportFullyDisplayed API is never called (#​2631)
  • Fix Automatic UI transactions having wrong durations (#​2623)
  • Fix wrong default environment in Session (#​2610)
  • Pass through unknown sentry baggage keys into SentryEnvelopeHeader (#​2618)
  • Fix missing null check when removing lifecycle observer (#​2625)
Dependencies

v6.16.0

Compare Source

Features
  • Improve versatility of exception resolver component for Spring with more flexible API for consumers. (#​2577)
  • Automatic performance instrumentation for WebFlux (#​2597)
    • You can enable it by adding sentry.enable-tracing=true to your application.properties
  • The Spring Boot integration can now be configured to add the SentryAppender to specific loggers instead of the ROOT logger (#​2173)
    • You can specify the loggers using "sentry.logging.loggers[0]=foo.bar and "sentry.logging.loggers[1]=baz in your application.properties
  • Add capabilities to track Jetpack Compose composition/rendering time (#​2507)
  • Adapt span op and description for graphql to fit spec (#​2607)
Fixes
  • Fix timestamps of slow and frozen frames for profiles (#​2584)
  • Deprecate reportFullDisplayed in favor of reportFullyDisplayed (#​2585)
  • Add mechanism for logging integrations and update spring mechanism types (#​2595)
    • NOTE: If you're using these mechanism types (HandlerExceptionResolver, SentryWebExceptionHandler) in your dashboards please update them to use the new types.
  • Filter out session cookies sent by Spring and Spring Boot integrations (#​2593)
    • We filter out some common cookies like JSESSIONID
    • We also read the value from server.servlet.session.cookie.name and filter it out
  • No longer send event / transaction to Sentry if beforeSend / beforeSendTransaction throws (#​2591)
  • Add version to sentryClientName used in auth header (#​2596)
  • Keep integration names from being obfuscated (#​2599)
  • Change log level from INFO to WARN for error message indicating a failed Log4j2 Sentry.init (#​2606)
    • The log message was often not visible as our docs suggest a minimum log level of WARN
  • Fix session tracking on Android (#​2609)
    • Incorrect number of session has been sent. In addition, some of the sessions were not properly ended, messing up Session Health Metrics.
Dependencies
  • Bump opentelemetry-sdk to 1.23.1 and opentelemetry-javaagent to 1.23.0 (#​2590)
  • Bump Native SDK from v0.5.4 to v0.6.0 (#​2545)

v6.15.0

Compare Source

Features
  • Adjust time-to-full-display span if reportFullDisplayed is called too early (#​2550)
  • Add enableTracing option (#​2530)
    • This change is backwards compatible. The default is null meaning existing behaviour remains unchanged (setting either tracesSampleRate or tracesSampler enables performance).
    • If set to true, performance is enabled, even if no tracesSampleRate or tracesSampler have been configured.
    • If set to false performance is disabled, regardless of tracesSampleRate and tracesSampler options.
  • Detect dependencies by listing MANIFEST.MF files at runtime (#​2538)
  • Report integrations in use, report packages in use more consistently (#​2179)
  • Implement ThreadLocalAccessor for propagating Sentry hub with reactor / WebFlux (#​2570)
Fixes
  • Leave inApp flag for stack frames undecided in SDK if unsure and let ingestion decide instead (#​2547)
  • Allow 0.0 error sample rate (#​2573)
  • Fix memory leak in WebFlux related to an ever growing stack (#​2580)
  • Use the same hub in WebFlux exception handler as we do in WebFilter (#​2566)
  • Switch upstream Jetpack Compose dependencies to compileOnly in sentry-compose-android (#​2578)
    • NOTE: If you're using Compose Navigation/User Interaction integrations, make sure to have the following dependencies on the classpath as we do not bring them in transitively anymore:
      • androidx.navigation:navigation-compose:
      • androidx.compose.runtime:runtime:
      • androidx.compose.ui:ui:

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