Download Latest Version sentry-graphql-22-8.20.0.zip (96.6 kB)
Email in envelope

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

Home / 8.19.0
Name Modified Size InfoDownloads / Week
Parent folder
sentry-8.19.0.zip 2025-08-11 3.6 MB
sentry-android-8.19.0.zip 2025-08-11 3.6 kB
sentry-android-core-8.19.0.zip 2025-08-11 1.1 MB
sentry-android-fragment-8.19.0.zip 2025-08-11 310.7 kB
sentry-android-navigation-8.19.0.zip 2025-08-11 282.6 kB
sentry-android-ndk-8.19.0.zip 2025-08-11 296.3 kB
sentry-android-replay-8.19.0.zip 2025-08-11 667.5 kB
sentry-android-sqlite-8.19.0.zip 2025-08-11 305.0 kB
sentry-android-timber-8.19.0.zip 2025-08-11 296.5 kB
sentry-apache-http-client-5-8.19.0.zip 2025-08-11 96.6 kB
sentry-apollo-3-8.19.0.zip 2025-08-11 113.8 kB
sentry-apollo-4-8.19.0.zip 2025-08-11 116.6 kB
sentry-apollo-8.19.0.zip 2025-08-11 99.2 kB
sentry-bom-8.19.0.zip 2025-08-11 2.1 kB
sentry-compose-8.19.0.zip 2025-08-11 439.3 kB
sentry-compose-android-8.19.0.zip 2025-08-11 496.1 kB
sentry-compose-desktop-8.19.0.zip 2025-08-11 438.3 kB
sentry-graphql-8.19.0.zip 2025-08-11 96.1 kB
sentry-graphql-22-8.19.0.zip 2025-08-11 96.6 kB
sentry-graphql-core-8.19.0.zip 2025-08-11 136.6 kB
sentry-jdbc-8.19.0.zip 2025-08-11 100.1 kB
sentry-jul-8.19.0.zip 2025-08-11 99.0 kB
sentry-kotlin-extensions-8.19.0.zip 2025-08-11 8.8 kB
sentry-ktor-client-8.19.0.zip 2025-08-11 115.2 kB
sentry-log4j2-8.19.0.zip 2025-08-11 100.5 kB
sentry-logback-8.19.0.zip 2025-08-11 97.2 kB
sentry-okhttp-8.19.0.zip 2025-08-11 136.6 kB
sentry-openfeign-8.19.0.zip 2025-08-11 96.0 kB
sentry-opentelemetry-agent-8.19.0.zip 2025-08-11 19.1 MB
sentry-opentelemetry-agentcustomization-8.19.0.zip 2025-08-11 95.0 kB
sentry-opentelemetry-agentless-8.19.0.zip 2025-08-11 90.0 kB
sentry-opentelemetry-agentless-spring-8.19.0.zip 2025-08-11 90.5 kB
sentry-opentelemetry-bootstrap-8.19.0.zip 2025-08-11 154.2 kB
sentry-opentelemetry-core-8.19.0.zip 2025-08-11 221.0 kB
sentry-quartz-8.19.0.zip 2025-08-11 90.3 kB
sentry-reactor-8.19.0.zip 2025-08-11 93.0 kB
sentry-servlet-8.19.0.zip 2025-08-11 96.3 kB
sentry-servlet-jakarta-8.19.0.zip 2025-08-11 96.9 kB
sentry-spring-8.19.0.zip 2025-08-11 395.2 kB
sentry-spring-boot-8.19.0.zip 2025-08-11 165.3 kB
sentry-spring-boot-jakarta-8.19.0.zip 2025-08-11 185.1 kB
sentry-spring-boot-starter-8.19.0.zip 2025-08-11 3.4 kB
sentry-spring-boot-starter-jakarta-8.19.0.zip 2025-08-11 3.6 kB
sentry-spring-jakarta-8.19.0.zip 2025-08-11 422.7 kB
8.19.0 source code.tar.gz 2025-08-11 2.4 MB
8.19.0 source code.zip 2025-08-11 3.8 MB
README.md 2025-08-11 3.4 kB
Totals: 47 Items   37.3 MB 0

Features

  • Add a isEnableSystemEventBreadcrumbsExtras option to disable reporting system events extras for breadcrumbs (#4625)

Improvements

  • Session Replay: Use main thread looper to schedule replay capture (#4542)
  • Use single LifecycleObserver and multi-cast it to the integrations interested in lifecycle states (#4567)
  • Add sentry.origin attribute to logs (#4618)
  • This helps identify which integration captured a log event
  • Prewarm SentryExecutorService for better performance at runtime (#4606)

Fixes

  • Cache network capabilities and status to reduce IPC calls (#4560)
  • Deduplicate battery breadcrumbs (#4561)
  • Remove unused method in ManifestMetadataReader (#4585)
  • Have single NetworkCallback registered at a time to reduce IPC calls (#4562)
  • Do not register for SystemEvents and NetworkCallbacks immediately when launched with non-foreground importance (#4579)
  • Limit ProGuard keep rules for native methods within sentry-android-ndk to the io.sentry.** namespace. (#4427)
  • If you relied on the Sentry SDK to keep native method names for JNI compatibility within your namespace, please review your ProGuard rules and ensure the configuration still works. Especially when you're not consuming any of the default Android proguard rules (proguard-android.txt or proguard-android-optimize.txt) the following config should be present: -keepclasseswithmembernames class * { native <methods>; }
  • Fix abstract method error in SentrySupportSQLiteDatabase (#4597)
  • Ensure frame metrics listeners are registered/unregistered on the main thread (#4582)
  • Do not report cached events as lost (#4575)
  • Previously events were recorded as lost early despite being retried later through the cache
  • Move and flush unfinished previous session on init (#4624)
  • This removes the need for unnecessary blocking our background queue for 15 seconds in the case of a background app start
  • Switch to compileOnly dependency for compose-ui-material (#4630)
  • This fixes StackOverflowError when using OSS Licenses plugin

Dependencies

Source: README.md, updated 2025-08-11