Alexander Dinauer

Results 410 comments of Alexander Dinauer

Hello @adamnegaard what frameworks are you using? Is it Spring? Spring Boot? WebMVC? WebFlux? Basically the idea here is to call `Sentry.setCurrentHub(NoOpHub.getInstance());` once we know we're done with a request....

@adamnegaard the problem here is that we set the thread local on every thread where interaction with the Sentry SDK happens. So basically on undeploy you'd have to go to...

Hello @adamnegaard have you tried this locally? Does it fix the problem? I've tried something very similar before and ran into multiple issues (need to check where I wrote them...

We have released Java Source context for Android, Backends, Desktop, ... now. Below you can find some more details on how this works under the hood, limitations, etc. ## Docs...

We've just released Source Context support for Android. Please give it a try: https://github.com/getsentry/sentry-android-gradle-plugin/releases/tag/3.7.0 (which uses https://github.com/getsentry/sentry-java/releases/tag/6.19.0) Any feedback is welcome 🙏 We're still working on adding Source Context for...

I've added another sentence to clarify ProGuard isn't a requirement for using Source Context.

We have now released Java Source Context support for Backend, Desktop, etc. via Gradle and Maven as well. Please take a look at https://github.com/getsentry/sentry-java/issues/633#issuecomment-1465599120 for more details. Docs are coming...

Docs shave now been merged and can be found here: - [Android](https://docs.sentry.io/platforms/android/source-context/) - [Java](https://docs.sentry.io/platforms/java/source-context/) Closing this now. We can do improvements in separate issues.

@androidacy-user thanks for bringing this up, we'll improve docs. I've created https://github.com/getsentry/sentry-java/issues/2854 to track.

Closing as use case is supported by #2046