Alexander Dinauer
Alexander Dinauer
### Description We found some options (`send-default-pii` and `max-request-body-size`) that weren't parsed from external options (`sentry.properties`) and thus couldn't be configured for our Sentry OpenTelemetry Java Agent when using auto...
We want to use OpenTelemetry for the Sentry Java SDK. It should be possible to use OpenTelemetry API as well as Sentry API and still have both end up in...
### Problem Statement We rely on other libraries to offer some callbacks or require users to manipulate / wrap libraries for errors to be reported to Sentry. By using a...
### Problem Statement Automatically instrument Spring Boot queues. Might require different implementation for JMS, AMQP and other integrations. ### Solution Brainstorm One major problems seems to be supported characters for...
## :scroll: Description ## :bulb: Motivation and Context ## :green_heart: How did you test it? ## :pencil: Checklist - [ ] I reviewed the submitted code. - [ ] I...
### Steps to Reproduce - Visit https://docs.sentry.io/platforms/java/guides/spring-boot/ and check XML install snippet. - Snippet has a line break that's not in the code (`
## :scroll: Description ``` val otelVersion = "1.41.0" val otelJavaagentVersion = "2.7.0" val otelSemanticConvetionsVersion = "1.25.0-alpha" ``` Sticking to semconv `1.25.0` as https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/dependencyManagement/build.gradle.kts#L49 hasn't upgraded yet. ## :bulb: Motivation and...
## :scroll: Description `PROCESS_COMMAND_ARGS` can be very large and cause other payload to be removed. ## :bulb: Motivation and Context Defaults that work for most users. ## :green_heart: How did...
## :scroll: Description We're copying all of attribues as of (https://github.com/getsentry/sentry-java/pull/3593). This means we no longer need to selectively copy some of them. ## :bulb: Motivation and Context Remove unnecessary...