Alexander Dinauer

Results 152 issues of Alexander Dinauer

### 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...

Feature
Android
Platform: Java

### 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...

Java
Platform: Java

Add profiling to more samples and also add E2E tests.

Java
Platform: Java

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...

Java
Platform: Java

### 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...

Feature
Android
Platform: Java

### 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...

Feature
Java
Platform: Java

### Description We have an [overview file](https://github.com/getsentry/sentry-java/blob/main/.cursor/rules/overview_dev.mdc) for Cursor (and other AI). It's a sort of index file that's always applied to Cursors context. Cursor should then load more detailed...

Java
Platform: Java

### Problem Statement We've had reports of [dropped events in the past](https://github.com/getsentry/sentry-java/issues/2988) and in response implemented a [simple limit of 100 frames](https://github.com/getsentry/sentry-java/blob/b66ccf37e6b3000d423c8162a56173ccaeba1ab9/sentry/src/main/java/io/sentry/SentryStackTraceFactory.java#L62-L65). This limit only uses 100 frames from one...

Feature
Java
Platform: Java

### Description `SentryReactorThreadLocalAccessor` should not be necessary if OpenTelemetry is used for scope propagation through its `Context` instead of relying on our own `ThreadLocal`. Also see https://github.com/getsentry/sentry-java/issues/4806 We could skip...

Java
Platform: Java

### Description We are currently not adding our `LICENSE` file to JARs, including also source JARs. We should add it.

Java
Platform: Java