Lorenzo Cian

Results 48 comments of Lorenzo Cian

Thanks for reporting this, we have decided to document it, as: - `aspectjweaver` could be incompatible with certain environments (e.g. GraalVM) - this is only needed for Crons, so adding...

Thank you for the additional information, @mhogerheijde. My colleague @adinauer is currently OOO and will be back next Monday to continue looking into this. In the meantime you can send...

@mhogerheijde I've reviewed one of your envelopes. The culprit (at least in that one), is a too large value in `exceptions.values`. That's an exception message that contains a very long...

> actually can you bump statsdproxy crate as well? the sentry feature has been gone for quite a while there Sure, I'll split this into two PRs

Getting the current transaction should already be possible with `Sentry.configureScope(scope -> scope.getTransaction());`, maybe this is sufficient already.

I think the implementation in the core SDK works correctly, so we might want to add some special logic just for ANRs.

Maybe linked to this? https://github.com/getsentry/sentry-java/issues/4525 But I don't think so, seems to be a separate issue

Remove deprecated OTEL classes (span processor and propagator).

Hey @joaocanaverde-blue! Thanks for reaching out and wanting to try profiling. It's known that the `async-profiler` library on version 3.0 (which is the one we're using at the moment for...

Hey @reszkapiotr! Thanks for giving it a try and reporting back. To make profiling work, you'll need to add the `sentry-async-profiler` dependency. It seems you've added that one, in addition...