Alexander Dinauer

Results 152 issues of Alexander Dinauer

### Problem Statement [p6spy](https://github.com/p6spy/p6spy) doesn't seem to be maintained anymore. Currently there are no known issues but there might be in the future. This issue shall serve as a reminder...

Platform: Java

### Problem Statement There are very few spans created by the Spring integration. Having extra spans may help developers fix slow requests. ### Solution Brainstorm We could: - create spans...

Platform: Java

#skip-changelog ## :scroll: Description ## :bulb: Motivation and Context ## :green_heart: How did you test it? ## :pencil: Checklist - [ ] I reviewed the submitted code. - [ ]...

I don't know if it's the same issue, but my Spring Boot application still fails to start with the most recent Gradle plugin. Using Spring Boot 3.1.5 and Sentry Gradle...

Type: Bug
Platform: Java

### Problem Statement This issue shall serve to gauge interest in a dedicated Sentry [ktor](https://github.com/ktorio/ktor) integration. Please do upvote if this is something you'd like to see. You may also...

Platform: Java

We use Sentry for identifying slow APIs for performance optimization. The slower APIs tend to have a larger number of DB queries which leads to the associated Sentry event being...

Platform: Java

### Problem Statement Upserts are currently only available when manually using `Sentry.captureCheckIn()` ### Solution Brainstorm - A new param for `CheckInUtils.withCheckIn()` - Check if there's a `@Scheduled` annotation on a...

Platform: Java

### Problem Statement Came up in https://github.com/getsentry/sentry-java/pull/2840#issuecomment-1722503337 > Would it be possible to have this sentry.enabled property hot-reloadable via a Spring Cloud Config Server ? Could we use the [Environment](https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/core/env/Environment.html)...

Platform: Java

### Description Document min required version of Spring 5 for WebFlux is `5.2.4` and for Spring Boot is `v2.2.5.RELEASE` in docs. Maybe just mention it in https://docs.sentry.io/platforms/java/guides/spring-boot/webflux/ or also whenever...

Platform: Java

Release failed to deploy to Maven / Nexus (https://github.com/getsentry/publish/actions/runs/5069891357/jobs/9104136850) due to missing elements on `pom.xml`. While it's possible to view details about the error on the Nexus Web UI it'd...

Improvement