Alexander Dinauer

Results 152 issues of Alexander Dinauer

### Problem Statement see docs: https://docs.sentry.io/platforms/java/tracing/instrumentation/custom-instrumentation/caches-module/ ### Solution Brainstorm _No response_

Feature
Java

#skip-changelog ## :bulb: Motivation and Context Less waiting

### Problem Statement The SDK is leaking memory (through scopes) if servlets are used in async mode. ### Solution Brainstorm Detect that servlets are used in async mode and noop...

Feature
Java
Platform: Java

### Integration sentry ### Java Version 17 ### Version 8.23.0 ### Steps to Reproduce Use `spring-boot-jakarta` dependency but exclude `sentry-reactor` dependency in WebFlux sample. Have a `@GetMapping` method that throws...

Bug
Java
Platform: Java

### Description Our Java SDK currently does not support Windows. > There is no open source version of async-profiler for Windows. Your best bet on Windows is probably JDK Flight...

Java
Platform: Java

### Problem Statement We're currently converting JFR profiles produced by async-profiler directly in the SDK. We could instead upload the JFR files to Sentry and convert them in the backend....

Feature
Java
Platform: Java

### Description We're currently calling `GET https://jsonplaceholder.typicode.com/todos/1` and others during e2e tests. We've just seen a flake where this caused e2e tests to fail. We should host something on CI...

Java
Platform: Java

## :scroll: Description Auto update Test Matrix for Spring Boot ## :bulb: Motivation and Context So we can test against newly released versions automatically and not rely on customers reporting...

### Description Our JavaDoc (linked by release registry) doesn't seem to be updating correctly. There's modules missing as well. See https://javadoc.io/doc/io.sentry

Java
Platform: Java

### Description Change default for `traceOptionsRequests` to `false` on the next major. Also update docs, e.g.: https://docs.sentry.io/platforms/java/configuration/options/#trace-options-requests

Java
Next Major