Alexander Dinauer
Alexander Dinauer
Hey, @szokeasaurusrex is currently out of office, he'll take a look next week.
@brettdh thanks for opening this issue. Might take a while for us to look at it with the holidays coming up.
@rodolfoBee since we're merging this into `8.x` it might be a couple weeks until we release an early alpha of `8.x` as we want to include some changes around Performance...
@rodolfoBee we just discussed this internally and we're planning to merge this sooner and do an alpha release without Performance powered by OpenTelemetry. Just need to prepare some things for...
> To be honest: I'm still not sure if we need this at all. We need some sort of mechanism to sort event processors present on the scopes (global, isolation,...
Thanks @tkrason we'll bump prio on this and try to inclue it in the 8.0 release.
Hello @mihalyr thanks for the report. That's odd. The only place where `HandlerExceptionResolver` is used is guarded by a conditional: https://github.com/getsentry/sentry-java/blob/305baf5bd419920f4b80ff6f0075c13dd42c2b94/sentry-spring-boot-jakarta/src/main/java/io/sentry/spring/boot/jakarta/SentryAutoConfiguration.java#L302 We'll have to do some testing and report back.
@mihalyr I'm able to reproduce the issue. Trying to figure out why this is happening and how to fix it.
I've found a way to fix it (described in the PR).
@mihalyr we've just released [`7.7.0`](https://github.com/getsentry/sentry-java/releases/tag/7.7.0) which should fix the problem, please let us know if it worked.