Download Latest Version sentry-graphql-22-8.23.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.23.0
Name Modified Size InfoDownloads / Week
Parent folder
sentry-log4j2-8.23.0.zip 2025-10-01 100.7 kB
sentry-openfeign-8.23.0.zip 2025-10-01 96.1 kB
sentry-opentelemetry-agent-8.23.0.zip 2025-10-01 19.1 MB
sentry-opentelemetry-core-8.23.0.zip 2025-10-01 221.7 kB
sentry-reactor-8.23.0.zip 2025-10-01 93.0 kB
sentry-servlet-8.23.0.zip 2025-10-01 96.3 kB
sentry-servlet-jakarta-8.23.0.zip 2025-10-01 96.9 kB
sentry-spring-7-8.23.0.zip 2025-10-01 420.3 kB
sentry-spring-boot-4-8.23.0.zip 2025-10-01 186.0 kB
sentry-spring-jakarta-8.23.0.zip 2025-10-01 422.3 kB
sentry-8.23.0.zip 2025-10-01 3.7 MB
sentry-android-8.23.0.zip 2025-10-01 3.6 kB
sentry-android-core-8.23.0.zip 2025-10-01 1.1 MB
sentry-android-fragment-8.23.0.zip 2025-10-01 310.5 kB
sentry-android-navigation-8.23.0.zip 2025-10-01 282.6 kB
sentry-android-ndk-8.23.0.zip 2025-10-01 296.3 kB
sentry-android-replay-8.23.0.zip 2025-10-01 666.4 kB
sentry-android-sqlite-8.23.0.zip 2025-10-01 304.4 kB
sentry-android-timber-8.23.0.zip 2025-10-01 296.5 kB
sentry-apache-http-client-5-8.23.0.zip 2025-10-01 96.6 kB
sentry-apollo-3-8.23.0.zip 2025-10-01 113.7 kB
sentry-apollo-4-8.23.0.zip 2025-10-01 116.6 kB
sentry-apollo-8.23.0.zip 2025-10-01 99.1 kB
sentry-async-profiler-8.23.0.zip 2025-10-01 297.1 kB
sentry-bom-8.23.0.zip 2025-10-01 2.2 kB
sentry-compose-8.23.0.zip 2025-10-01 438.5 kB
sentry-compose-android-8.23.0.zip 2025-10-01 496.2 kB
sentry-compose-desktop-8.23.0.zip 2025-10-01 437.5 kB
sentry-graphql-8.23.0.zip 2025-10-01 96.1 kB
sentry-graphql-22-8.23.0.zip 2025-10-01 96.6 kB
sentry-graphql-core-8.23.0.zip 2025-10-01 136.6 kB
sentry-jdbc-8.23.0.zip 2025-10-01 100.1 kB
sentry-jul-8.23.0.zip 2025-10-01 99.1 kB
sentry-kotlin-extensions-8.23.0.zip 2025-10-01 8.8 kB
sentry-ktor-client-8.23.0.zip 2025-10-01 114.9 kB
sentry-logback-8.23.0.zip 2025-10-01 97.3 kB
sentry-okhttp-8.23.0.zip 2025-10-01 136.0 kB
sentry-opentelemetry-agentcustomization-8.23.0.zip 2025-10-01 94.9 kB
sentry-opentelemetry-agentless-8.23.0.zip 2025-10-01 89.9 kB
sentry-opentelemetry-agentless-spring-8.23.0.zip 2025-10-01 90.5 kB
sentry-opentelemetry-bootstrap-8.23.0.zip 2025-10-01 154.3 kB
sentry-quartz-8.23.0.zip 2025-10-01 90.3 kB
sentry-spring-8.23.0.zip 2025-10-01 395.0 kB
sentry-spring-boot-4-starter-8.23.0.zip 2025-10-01 3.5 kB
sentry-spring-boot-8.23.0.zip 2025-10-01 165.5 kB
sentry-spring-boot-jakarta-8.23.0.zip 2025-10-01 185.0 kB
sentry-spring-boot-starter-8.23.0.zip 2025-10-01 3.4 kB
sentry-spring-boot-starter-jakarta-8.23.0.zip 2025-10-01 3.6 kB
8.23.0 source code.tar.gz 2025-10-01 2.7 MB
8.23.0 source code.zip 2025-10-01 4.3 MB
README.md 2025-10-01 2.0 kB
Totals: 51 Items   39.2 MB 0

Features

  • Add session replay id to Sentry Logs (#4740)
  • Add support for continuous profiling of JVM applications on macOS and Linux (#4556)
  • Sentry continuous profiling on the JVM is using async-profiler under the hood.
  • By default this feature is disabled. Set a profile sample rate and chose a lifecycle (see below) to enable it.
  • Add the sentry-async-profiler dependency to your project
  • Set a sample rate for profiles, e.g. 1.0 to send all of them. You may use options.setProfileSessionSampleRate(1.0) in code or profile-session-sample-rate=1.0 in sentry.properties
  • Set a profile lifecycle via options.setProfileLifecycle(ProfileLifecycle.TRACE) in code or profile-lifecycle=TRACE in sentry.properties
    • By default the lifecycle is set to MANUAL, meaning you have to explicitly call Sentry.startProfiler() and Sentry.stopProfiler()
    • You may change it to TRACE which will create a profile for each transaction
  • To automatically upload Profiles for each transaction in a Spring Boot application
    • set sentry.profile-session-sample-rate=1.0 and sentry.profile-lifecycle=TRACE in application.properties
    • or set sentry.profile-session-sample-rate: 1.0 and sentry.profile-lifecycle: TRACE in application.yml
  • Profiling can also be combined with our OpenTelemetry integration

Fixes

  • Start performance collection on AppStart continuous profiling (#4752)
  • Preserve modifiers in SentryTraced (#4757)

Improvements

  • Handle RejectedExecutionException everywhere (#4747)
  • Mark SentryEnvelope as not internal (#4748)
Source: README.md, updated 2025-10-01