Download Latest Version sentry-graphql-22-8.48.0.zip (96.5 kB)
Email in envelope

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

Home / 8.46.0
Name Modified Size InfoDownloads / Week
Parent folder
sentry-8.46.0.zip 2026-06-25 4.1 MB
sentry-android-8.46.0.zip 2026-06-25 3.6 kB
sentry-android-core-8.46.0.zip 2026-06-25 1.4 MB
sentry-android-distribution-8.46.0.zip 2026-06-25 285.4 kB
sentry-android-fragment-8.46.0.zip 2026-06-25 310.8 kB
sentry-android-navigation-8.46.0.zip 2026-06-25 282.6 kB
sentry-android-ndk-8.46.0.zip 2026-06-25 297.2 kB
sentry-android-replay-8.46.0.zip 2026-06-25 740.0 kB
sentry-android-sqlite-8.46.0.zip 2026-06-25 337.2 kB
sentry-android-timber-8.46.0.zip 2026-06-25 296.8 kB
sentry-apache-http-client-5-8.46.0.zip 2026-06-25 97.0 kB
sentry-apollo-3-8.46.0.zip 2026-06-25 113.6 kB
sentry-apollo-4-8.46.0.zip 2026-06-25 116.5 kB
sentry-apollo-8.46.0.zip 2026-06-25 99.0 kB
sentry-async-profiler-8.46.0.zip 2026-06-25 141.3 kB
sentry-bom-8.46.0.zip 2026-06-25 2.3 kB
sentry-compose-8.46.0.zip 2026-06-25 439.4 kB
sentry-compose-android-8.46.0.zip 2026-06-25 500.5 kB
sentry-compose-desktop-8.46.0.zip 2026-06-25 438.4 kB
sentry-graphql-8.46.0.zip 2026-06-25 96.0 kB
sentry-graphql-22-8.46.0.zip 2026-06-25 96.5 kB
sentry-graphql-core-8.46.0.zip 2026-06-25 136.6 kB
sentry-jcache-8.46.0.zip 2026-06-25 97.0 kB
sentry-jdbc-8.46.0.zip 2026-06-25 101.7 kB
sentry-jul-8.46.0.zip 2026-06-25 98.7 kB
sentry-kafka-8.46.0.zip 2026-06-25 106.1 kB
sentry-kotlin-extensions-8.46.0.zip 2026-06-25 8.8 kB
sentry-ktor-client-8.46.0.zip 2026-06-25 114.8 kB
sentry-launchdarkly-android-8.46.0.zip 2026-06-25 271.3 kB
sentry-launchdarkly-server-8.46.0.zip 2026-06-25 88.9 kB
sentry-log4j2-8.46.0.zip 2026-06-25 100.8 kB
sentry-logback-8.46.0.zip 2026-06-25 97.1 kB
sentry-okhttp-8.46.0.zip 2026-06-25 141.4 kB
sentry-openfeature-8.46.0.zip 2026-06-25 88.5 kB
sentry-openfeign-8.46.0.zip 2026-06-25 96.0 kB
sentry-opentelemetry-agent-8.46.0.zip 2026-06-25 22.4 MB
sentry-opentelemetry-agentcustomization-8.46.0.zip 2026-06-25 94.8 kB
sentry-opentelemetry-agentless-8.46.0.zip 2026-06-25 89.7 kB
sentry-opentelemetry-agentless-spring-8.46.0.zip 2026-06-25 90.3 kB
sentry-opentelemetry-bootstrap-8.46.0.zip 2026-06-25 154.7 kB
sentry-opentelemetry-core-8.46.0.zip 2026-06-25 224.8 kB
sentry-opentelemetry-otlp-8.46.0.zip 2026-06-25 96.2 kB
sentry-opentelemetry-otlp-spring-8.46.0.zip 2026-06-25 3.5 kB
sentry-quartz-8.46.0.zip 2026-06-25 90.3 kB
sentry-reactor-8.46.0.zip 2026-06-25 93.0 kB
sentry-servlet-8.46.0.zip 2026-06-25 96.2 kB
sentry-servlet-jakarta-8.46.0.zip 2026-06-25 96.8 kB
sentry-spotlight-8.46.0.zip 2026-06-25 91.2 kB
sentry-spring-7-8.46.0.zip 2026-06-25 476.5 kB
sentry-spring-8.46.0.zip 2026-06-25 449.3 kB
sentry-spring-boot-4-8.46.0.zip 2026-06-25 191.7 kB
sentry-spring-boot-4-starter-8.46.0.zip 2026-06-25 3.5 kB
sentry-spring-boot-8.46.0.zip 2026-06-25 171.2 kB
sentry-spring-boot-jakarta-8.46.0.zip 2026-06-25 190.9 kB
sentry-spring-boot-starter-8.46.0.zip 2026-06-25 3.4 kB
sentry-spring-boot-starter-jakarta-8.46.0.zip 2026-06-25 3.6 kB
sentry-spring-jakarta-8.46.0.zip 2026-06-25 478.2 kB
8.46.0 source code.tar.gz 2026-06-25 3.4 MB
8.46.0 source code.zip 2026-06-25 5.3 MB
README.md 2026-06-25 2.7 kB
Totals: 60 Items   46.1 MB 19

Behavioral Changes

  • Collections returned by scope (e.g. getBreadcrumbs, getTags, getAttachments) are shared state and should not be mutated. (#5541)
  • Previously, when going through CombinedScopeView, we were returning a copy where mutations didn't show up in the underlying scopes.
  • This has now changed in order to reduce SDK overhead.
  • Date objects returned by SDK data model getters are shared state and should not be mutated. (#5603)
  • Previously, these getters returned defensive copies for some date fields.
  • This has now changed in order to reduce SDK overhead.

Performance

  • Reduce writer buffer size from 8192 to 512 (#5544)
  • Remove redundant event map copies (#5536)
  • Optimize combined scope by adding an early return if only one scope has data (#5541)
  • Reduce model access overhead by avoiding defensive Date copies in SDK data model getters. (#5603)
  • Reduce timestamp parsing and formatting overhead with Sentry-specific ISO-8601 handling. (#5602)
  • Reduce JSON serialization overhead by creating the reflection serializer only when unknown-object fallback serialization is needed. (#5601)
  • Reduce JSON serialization overhead by allocating reflection cycle-tracking state only when reflection serialization is used. (#5600)
  • Reduce context serialization overhead by sorting key snapshots with arrays instead of temporary lists. (#5599)
  • Reduce breadcrumb allocation overhead by creating the Breadcrumb data map only when data is added. (#5598)
  • Reduce JSON serialization overhead by lowering the initial JsonWriter nesting stack size while preserving on-demand growth. (#5591)
  • Reduce timestamp helper overhead by replacing unnecessary Calendar usage in DateUtils with direct Date creation. (#5589)
  • Reduce Android startup overhead by using the default timezone directly on older devices or when no timezone info is available in the locale. (#5587)
Source: README.md, updated 2026-06-25