Lukas Bloder
Lukas Bloder
## POTEL Android size comparison ### SentryAndroid with SAGP + all instrumentations enabled - Bundle: 4.6 MB ### SentryAndroid with SAGP + all instrumentations enabled+ OTEL Java SDK with SAGP...
Hi @armatys, Here's a quick update from our side. We should have a PR up today, which will allow one `UncaughtExceptionHandlerIntegration` to be registered per `GlobalScope`. With this change having...
Closed in favor of #3735
@stefanosiano I did some tests regarding performance of this change and found another issue, that i fixed in a new commit, if you could take another look that would be...
> Test updating op / description (op and description might have been overriden in SentrySpanExporter:204) op = OtelSpan.name / SentrySpan.operation (these are kept in sync betwen Sentry and Otel) description...
Hi @barry-irvine, Sorry for the wait. We have investigated the issue and have been able to reproduce. This seems to be related to gradle caching our instrumentations. We are working...
Hi @jasonculverhouse, Thanks for reaching out! Unfortunately you are correct, Async servlets are currently not supported in Sentry. We will discuss internally and let you know! In the meantime, I'm...
Hi @jasonculverhouse, Sorry for the delay, but I haven't found a viable workaround yet. Just wanted to let you know, that we are still looking into this and haven't forgotten....
Hi @jasonculverhouse, I finally got around to create and test a workaround for your issue. You could create a class like this to wrap a runnable: ``` import io.sentry.IHub; import...
Using the OpenTelemetry agent of the Java SDK 8.x.x solves this issue when using `asyncContext.start()`. When a `Thread` is started manually, the user is responsible for injecting the the correct...