Alexander Dinauer

Results 107 issues of Alexander Dinauer

## :scroll: Description Also fixes a bug where `isTraceSampling` was used instead of `isTracingEnabled`. ## :bulb: Motivation and Context ## :green_heart: How did you test it? ## :pencil: Checklist -...

### Problem Statement Currently Sentry filters by MIME type when attaching the request body to an event, only doing so for JSON. A user asked for this in https://github.com/getsentry/sentry-java/pull/3641#issuecomment-2306640322 >...

Platform: Java

### Description We want to remove the `enableTracing` option at some point as it's causing confusion regarding incoming traces. Also tracing != performance https://github.com/getsentry/team-sdks/issues/84

Platform: Android
Platform: Java

## :scroll: Description OpenTelemetry spans can have events attached. This PR allows us to capture exceptions from `ExceptionEventData` into Sentry if the `captureOpenTelemetryEvents` option is enabled. ## :bulb: Motivation and...

### Description While debugging our spans, we noticed that when a breakpoint is hit, e.g. in a Spring Controller which uses another `@Service` that is also annotated with `@SentrySpan`, the...

Platform: Java

## :scroll: Description On multi init we now only do the bare minimum with the new options. Since the new options might not be used, defer init of certain things...

## :scroll: Description `globalHubMode` used to only be a param on `Sentry.init`. To make it easier to be used in e.g. Desktop environments, we now additionally added it as an...

### Description Remove `enableTracing` from docs / onboarding

Platform: Java

### Description Project issue to collect milestones, issues etc. for `8.0.0` of our Java SDK. This major will come with native OpenTelemetry support for tracing and will replace our proprietary...

Platform: Java

### Description Milestone issue to collect things for `8.0.0-beta.2`.

Platform: Java