Manoel Aranda Neto

Results 1027 comments of Manoel Aranda Neto

@romtsn do you know if there's a way to trace back to the original stack trace frames? e.g. https://github.com/getsentry/sentry-java/issues/1524#issuecomment-1135506317 I often see libs doing this (rewriting the frames), e.g. for...

if we already have support and it's just a matter of docs + sample, I'd say that both would make sense, but the official docs could link to the sample...

what I meant is, do the basic setup that captureMessage and captureException work via Sentry static or JUL under https://github.com/getsentry/sentry-java/tree/main/sentry-samples and the official docs link to it, it's probably a...

yep, the problem is depending on the library, when `startup-runtime` gets popular and implemented by all the android libs, could be possible, not yet. you can always go for the...

@jan-berge-ommedal we always get the Calendar using a `TimeZone.UTC` instead of Device's TimeZone, that does the trick. Are you experiencing slowness because of that or just trying to improve things?...

@jan-berge-ommedal when I tested that, it failed on Android, also, we don't use the `millis` always but sometimes the ISO format, that was the only way it worked properly, I'd...

The `App` context is added via an event processor https://github.com/getsentry/sentry-java/blob/main/sentry-android-core/src/main/java/io/sentry/android/core/DefaultAndroidEventProcessor.java One of the reasons why it's not added to the event is that if the app has updated, the version,...

[This](https://github.com/getsentry/sentry-java/blob/eba572ac900ca2c58111c6b0db9730a64ac58533/sentry/src/main/java/io/sentry/protocol/SentryTransaction.java#L269-L273) has to change, making a draft for now.

> @marandaneto > > > [This](https://github.com/getsentry/sentry-java/blob/eba572ac900ca2c58111c6b0db9730a64ac58533/sentry/src/main/java/io/sentry/protocol/SentryTransaction.java#L269-L273) has to change, making a draft for now. > > Should be fixed now. Do you want to give my changes a review or...