Lukas Bloder
Lukas Bloder
Implements server side baggage support and handling of third party baggage headers ## :scroll: Description ## :bulb: Motivation and Context Fixes #2085 ## :green_heart: How did you test it? ##...
## :scroll: Description Allow configuring global default values for `checkinMargin`, `maxRuntime`, `timezone`, `recoveryThreshold` and `failureIssueThreshold` of `MonitorConfig` through `SentryOptions`. ## :bulb: Motivation and Context Fixes #3122 ## :green_heart: How did...
Upon registration check if an `UncaughtExceptionHandlerIntegration` is already set as `defaultUncaughtExceptionHandler`, if so, set its `defaultExceptionHandler` as the default of the new `UncaughtExceptionHandlerIntegration`. ## :bulb: Motivation and Context Fixes #3266...
## :scroll: Description Add root span data to `traceContext` when `SentryTransaction` is created ## :bulb: Motivation and Context Fixes #3626 ## :green_heart: How did you test it? Modified existing serialization...
## :scroll: Description Add all OTEL attributes to span data ## :bulb: Motivation and Context ## :green_heart: How did you test it? ## :pencil: Checklist - [ ] I reviewed...
## :scroll: Description Use LazyEvaluator to generate UUID on demand in - SpanId - SentryId ## :bulb: Motivation and Context Fixes #3325 ## :green_heart: How did you test it? ##...
## :scroll: Description Add Auto-Install strategy for graphql-22 ## :bulb: Motivation and Context Fixes https://github.com/getsentry/sentry-java/issues/3756 ## :green_heart: How did you test it? ## :pencil: Checklist - [ ] I reviewed...
## :scroll: Description Reworks registration and removal of `UncaughtExceptionHandlerIntegration` to be able to add one `UncaughtExceptionHandlerIntegration` per `scopes.globalScope`. Functionality is now consistent with the documentation about using Sentry in an...