sentry-java
sentry-java copied to clipboard
A Sentry SDK for Java, Android and other JVM languages.
### Description According to @markushi, the Java SDK retries sending envelopes when getting a 4xx or 5xx HTTP response from the backend. This can lead to a retry loop in...
### Integration sentry-android ### Build System Gradle ### AGP Version 8.13.1 ### Proguard Disabled ### Version 8.26.0 ### Steps to Reproduce Activate StrictMode.setThreadPolicy with detectDiskReads() in a ContentProvider. ### Expected...
* create user docs (see [Python](https://docs.sentry.io/platforms/python/metrics/), [Javascript](https://docs.sentry.io/platforms/javascript/metrics/)) * clarify whether to add quickstart example for your SDK * when merged, chhnge SDK from [upcoming](https://docs.sentry.io/product/explore/metrics/getting-started/#upcoming-sdks) to [supported](https://docs.sentry.io/product/explore/metrics/getting-started/#supported-sdks)
[https://develop.sentry.dev/sdk/telemetry/metrics/](https://develop.sentry.dev/sdk/telemetry/metrics/) Add support for [Sentry Metrics](https://docs.sentry.io/product/explore/metrics/getting-started/) to the Java SDK! This will enable users to record [counters, gauges, and distributions](https://develop.sentry.dev/sdk/telemetry/metrics/#metric-types). 1. Define the [Metrics Protocol](https://develop.sentry.dev/sdk/telemetry/metrics/#metrics-protocol) and `trace_metric` envelope type in...
* create user docs (see [Python](https://docs.sentry.io/platforms/python/metrics/), [Javascript](https://docs.sentry.io/platforms/javascript/metrics/)) * clarify whether to add quickstart example for your SDK * when merged, change SDK from [upcoming](https://docs.sentry.io/product/explore/metrics/getting-started/#upcoming-sdks) to [supported](https://docs.sentry.io/product/explore/metrics/getting-started/#supported-sdks)
### Integration sentry-android ### Build System Gradle ### AGP Version 8.13.0 ### Proguard Enabled ### Version 8.26.0 ### Steps to Reproduce ## Description The `SystemEventsBreadcrumbsIntegration` causes Application Not Responding (ANR)...
### Integration sentry-android ### Build System Gradle ### AGP Version 5.9.0 ### Proguard Enabled ### Version 8.19.1 ### Steps to Reproduce Customer is seeing long ui.load traces that **exceed** the...
### Problem Statement Currently using Sentry with OkHttp on Spring Boot requires manual config. ### Solution Brainstorm We should check whether we can auto configure sentry-okhttp in case it's present...
### Integration sentry-android ### Build System Gradle ### AGP Version - ### Proguard Enabled ### Version 8.23.0 ### Steps to Reproduce After updating the Sentry SDK from 8.17.0 → 8.23.0,...
### Integration sentry-android ### Build System Gradle ### AGP Version 8+ ### Proguard Disabled ### Version 8.25.0 ### Steps to Reproduce I'm getting this crash. java.lang.NullPointerException: Attempt to invoke virtual...