sentry-java
sentry-java copied to clipboard
A Sentry SDK for Java, Android and other JVM languages.
### Problem Statement Add a hook for Firebase Remote Config that tracks Feature Flag evaluations in Sentry. ### Solution Brainstorm Something like: ```java public class SentryFirebaseRemoteConfigListener implements ConfigUpdateListener { private...
### Problem Statement We currently have `sentry-openfeature` which only supports the Server side SDK of OpenFeature. This module should be renamed to `sentry-openfeature-server` to avoid confusion. ### Solution Brainstorm Implementation...
[https://docs.sentry.io/platforms/java/guides/spring-boot/logging-frameworks/](https://docs.sentry.io/platforms/java/guides/spring-boot/logging-frameworks/)update documentation to move enable logs up and place at the beginning, we wanna encourage people to only use the integration with enabled logs.add a banner adjusted for Java like...
### Description We have released JVM Profiling in [https://github.com/getsentry/sentry-java/releases/tag/8.23.0](https://github.com/getsentry/sentry-java/releases/tag/8.23.0) There are still tasks /improvements we could do: - [X] Docs (https://github.com/getsentry/sentry-java/issues/4909) - [X] Release registry entries - [X] Add module...
Add profiling to more samples and also add E2E tests.
### Integration sentry-android ### Build System Gradle ### AGP Version 5.10.0 ### Proguard Enabled ### Version 8.17.0 ### Steps to Reproduce The Sentry SDK is capturing an unreasonably low number...
Check if there are JVM metrics we can automatically track and send them to Sentry using Metrics API.Opt-inthings that could be interesting: CPU, memory, GCsome metrics might require specific JVM...
### Problem Statement We already support OpenFeature for Server / JVM but there is a [separate library for Clients (Android)](https://openfeature.dev/docs/reference/sdks/client/kotlin/) which we do not support yet. ### Solution Brainstorm Hook...
We're experiencing a complete application freeze in our Kubernetes environments (both dev and stg) caused by a deadlock in Sentry's OpenTelemetry integration when using Java 24 virtual threads. All HTTP...
### Integration sentry-android ### Build System Gradle ### AGP Version 8.6.1 ### Proguard Enabled ### Version 8.11.1 ### Steps to Reproduce Other environment details: Android 6 1. Make the main...