Download Latest Version sentry-graphql-22-8.37.1.zip (96.2 kB)
Email in envelope

Get an email when there's a new version of Sentry SDK for Java and Android

Home / 8.37.0
Name Modified Size InfoDownloads / Week
Parent folder
sentry-bom-8.37.0.zip 2026-03-25 2.3 kB
sentry-compose-android-8.37.0.zip 2026-03-25 499.2 kB
sentry-compose-desktop-8.37.0.zip 2026-03-25 438.0 kB
sentry-graphql-8.37.0.zip 2026-03-25 95.8 kB
sentry-graphql-22-8.37.0.zip 2026-03-25 96.3 kB
sentry-graphql-core-8.37.0.zip 2026-03-25 136.4 kB
sentry-jcache-8.37.0.zip 2026-03-25 96.8 kB
sentry-jdbc-8.37.0.zip 2026-03-25 101.5 kB
sentry-jul-8.37.0.zip 2026-03-25 98.5 kB
sentry-kotlin-extensions-8.37.0.zip 2026-03-25 8.8 kB
sentry-ktor-client-8.37.0.zip 2026-03-25 114.5 kB
sentry-launchdarkly-android-8.37.0.zip 2026-03-25 271.3 kB
sentry-launchdarkly-server-8.37.0.zip 2026-03-25 88.7 kB
sentry-log4j2-8.37.0.zip 2026-03-25 100.6 kB
sentry-logback-8.37.0.zip 2026-03-25 96.9 kB
sentry-okhttp-8.37.0.zip 2026-03-25 140.8 kB
sentry-openfeature-8.37.0.zip 2026-03-25 88.3 kB
sentry-openfeign-8.37.0.zip 2026-03-25 95.8 kB
sentry-opentelemetry-agent-8.37.0.zip 2026-03-25 22.3 MB
sentry-opentelemetry-agentcustomization-8.37.0.zip 2026-03-25 94.6 kB
sentry-opentelemetry-agentless-8.37.0.zip 2026-03-25 89.5 kB
sentry-opentelemetry-agentless-spring-8.37.0.zip 2026-03-25 90.1 kB
sentry-opentelemetry-bootstrap-8.37.0.zip 2026-03-25 154.5 kB
sentry-opentelemetry-core-8.37.0.zip 2026-03-25 222.6 kB
sentry-opentelemetry-otlp-8.37.0.zip 2026-03-25 95.7 kB
sentry-opentelemetry-otlp-spring-8.37.0.zip 2026-03-25 3.5 kB
sentry-quartz-8.37.0.zip 2026-03-25 90.0 kB
sentry-reactor-8.37.0.zip 2026-03-25 92.7 kB
sentry-servlet-8.37.0.zip 2026-03-25 95.9 kB
sentry-servlet-jakarta-8.37.0.zip 2026-03-25 96.5 kB
sentry-spotlight-8.37.0.zip 2026-03-25 90.9 kB
sentry-spring-7-8.37.0.zip 2026-03-25 447.3 kB
sentry-spring-8.37.0.zip 2026-03-25 420.0 kB
sentry-spring-boot-4-8.37.0.zip 2026-03-25 190.3 kB
sentry-spring-boot-4-starter-8.37.0.zip 2026-03-25 3.5 kB
sentry-spring-boot-8.37.0.zip 2026-03-25 169.9 kB
sentry-spring-boot-jakarta-8.37.0.zip 2026-03-25 189.7 kB
sentry-spring-boot-starter-8.37.0.zip 2026-03-25 3.4 kB
sentry-spring-boot-starter-jakarta-8.37.0.zip 2026-03-25 3.6 kB
sentry-spring-jakarta-8.37.0.zip 2026-03-25 449.0 kB
sentry-8.37.0.zip 2026-03-25 4.1 MB
sentry-android-8.37.0.zip 2026-03-25 3.6 kB
sentry-android-core-8.37.0.zip 2026-03-25 1.4 MB
sentry-android-distribution-8.37.0.zip 2026-03-25 285.4 kB
sentry-android-fragment-8.37.0.zip 2026-03-25 310.7 kB
sentry-android-navigation-8.37.0.zip 2026-03-25 282.6 kB
sentry-android-ndk-8.37.0.zip 2026-03-25 296.3 kB
sentry-android-replay-8.37.0.zip 2026-03-25 715.8 kB
sentry-android-sqlite-8.37.0.zip 2026-03-25 304.4 kB
sentry-android-timber-8.37.0.zip 2026-03-25 296.8 kB
sentry-apache-http-client-5-8.37.0.zip 2026-03-25 96.7 kB
sentry-apollo-3-8.37.0.zip 2026-03-25 113.4 kB
sentry-apollo-4-8.37.0.zip 2026-03-25 116.2 kB
sentry-apollo-8.37.0.zip 2026-03-25 98.8 kB
sentry-async-profiler-8.37.0.zip 2026-03-25 141.4 kB
sentry-compose-8.37.0.zip 2026-03-25 439.0 kB
8.37.0 source code.tar.gz 2026-03-25 3.4 MB
8.37.0 source code.zip 2026-03-25 5.2 MB
README.md 2026-03-25 2.5 kB
Totals: 59 Items   45.4 MB 0

Fixes

  • Session Replay: Fix Compose text masking mismatch with weighted text (#5218)

Features

  • Add cache tracing instrumentation for Spring Boot 2, 3, and 4 (#5165)
  • Wraps Spring CacheManager and Cache beans to produce cache spans
  • Set sentry.enable-cache-tracing to true to enable this feature
  • Add JCache (JSR-107) cache tracing via new sentry-jcache module (#5165)
  • Wraps JCache Cache with SentryJCacheWrapper to produce cache spans
  • Set the enableCacheTracing option to true to enable this feature
  • Add configurable IScopesStorageFactory to SentryOptions for providing a custom IScopesStorage, e.g. when the default ThreadLocal-backed storage is incompatible with non-pinning thread models (#5199)
  • Android: Add beforeErrorSampling callback to Session Replay (#5214)
  • Allows filtering which errors trigger replay capture before the onErrorSampleRate is checked
  • Returning false skips replay capture entirely for that error; returning true proceeds with the normal sample rate check
  • Example usage: kotlin SentryAndroid.init(context) { options -> options.sessionReplay.beforeErrorSampling = SentryReplayOptions.BeforeErrorSamplingCallback { event, hint -> // Only capture replay for crashes (excluding e.g. handled exceptions) event.isCrashed } }

Dependencies

Source: README.md, updated 2026-03-25