Alexander Dinauer

Results 152 issues of Alexander Dinauer

## Pre-merge checklist *If you work at Sentry, you're able to merge your own PR without review, but please don't unless there's a good reason.* - [ ] Checked Vercel...

We should wait until https://github.com/getsentry/sentry-java/pull/3199 has been released before merging this PR. ## Pre-merge checklist *If you work at Sentry, you're able to merge your own PR without review, but...

### Problem Statement Currently we're copying all sources. Extracted out of https://github.com/getsentry/sentry-java/issues/633 ### Solution Brainstorm Speed up plugin e.g. by symlinking files instead of copying; needs test on how slow...

Improvement
Java

## :scroll: Description - Rely on `Context` for `Scopes` propagation by hooking into OpenTelemetry `Context` storage - Fork `Scopes` when new OpenTelemetry spans are created - Add a util for...

#skip-changelog ## :scroll: Description Report exceptions returned by `Throwable.getSuppressed()` to Sentry as exception groups. They show up like this: ![Screenshot 2024-04-29 at 16 42 41](https://github.com/getsentry/sentry-java/assets/2542832/e954084d-95b3-4873-be1b-234b154829f3) Links can be clicked and...

#skip-changelog ## :scroll: Description Remove `Hub` class as it's no longer being used. Byebye 👋 . ## :bulb: Motivation and Context ## :green_heart: How did you test it? ## :pencil:...

#skip-changelog ## :scroll: Description ## :bulb: Motivation and Context Creating new `SentryOptions` implies also creating things like executor service that are costly to create. `SentryOptions.empty()` already delays some of those...

## :scroll: Description ## :bulb: Motivation and Context Since `Scopes` are forked much more frequently than `Hub` was, we can no longer store `isEnabled` as a property on `Scopes` as...

#skip-changelog ## :scroll: Description Changes that came up in reviews of previous PRs and other discussions. ## :bulb: Motivation and Context ## :green_heart: How did you test it? ## :pencil:...

#skip-changelog ## :scroll: Description To send values from all scope types (global, isolation, current) to cross platform SDKs we use `ScopeType.COMBINED` for `.configureScope` to retrieve all tags, breadcrumbs etc. ##...