Alexander Dinauer

Results 107 issues of Alexander Dinauer

### Integration sentry ### Java Version 11 ### Version 6.1.1 ### Steps to Reproduce Run tests on CI ### Expected Result No failure ### Actual Result Flaky test ``` io.sentry.transport.apache.ApacheHttpClientTransportTest...

Platform: Java
Effort: Small
Impact: Medium

### Problem Statement At the moment Hub instances are stored in `ThreadLocal` variables. They are never cleaned up and thus cause servers like Tomcat to issue warnings as can be...

Platform: Java
ThreadLocalHubProblem

## :scroll: Description Sets the current thread flag in `SentryThreadFactory` ## :bulb: Motivation and Context Found via https://github.com/getsentry/sentry-java/issues/2047 but may not be the cause of that problem. ## :green_heart: How...

### Problem Statement Overloads for `capture` are added via #1829, let's deprecate `withScope` as it has some cases where other calls to capture also have the scope from `withScope`. ###...

Platform: Java
Effort: Small
Impact: Small

### Problem Statement When a Spring Application is set to lazy default bean initialization (`spring.main.lazy-initialization=true`) then `Sentry.init` is never invoked. Came up here https://github.com/getsentry/sentry-java/issues/2073 ### Solution Brainstorm Add `Lazy(false)` to...

Platform: Java
Effort: Small
Impact: Small

### Problem Statement If an envelope is dropped for being too large we could dump it to disk if debug mode is enabled to make it easier to troubleshoot. ###...

Platform: Java
Effort: Medium
Impact: Small

### Problem Statement The `SentryOptions options` property on `io.sentry.logback.SentryAppender` should not be used except for the `start` method. It's set via the `setOptions` method by Logback. Then Logback calls `start`...

Platform: Java
Effort: Medium
Impact: Small

### Problem Statement In .NET ignoring an Exception also ignores all of the Exceptions child classes. In Java only the class explicitly added to the list of ignored exceptions will...

Platform: Java
Effort: Small
Impact: Small

### Description We've updated the docs (https://github.com/getsentry/develop/pull/551) to explain how we would like to handle event filter order, updating of sessions for dropped events and sending of session updates. We...

Impact: Medium
Effort: Small
Status: Backlog
Platform: Cocoa

### Problem Statement We've updated the docs (https://github.com/getsentry/develop/pull/551) to explain how we would like to handle event filter order, updating of sessions for dropped events and sending of session updates....

enhancement
Impact: Small
Effort: Small
Platform: .NET