Manoel Aranda Neto

Results 1029 comments of Manoel Aranda Neto

> The change makes sense and solves a bug on Webflux but I wonder if we should do this under an opt-in option. > > The reasoning is that we...

@philipphofmann check and raise an issue for Apple plat, if it's possible to get the filename and abs path either at runtime or symbolication.

Somehow related https://github.com/getsentry/sentry-java/issues/1411

We could also give it a try with https://github.com/Tencent/matrix/tree/master/matrix/matrix-android/matrix-apk-canary > Analyse the APK package, give suggestions of reducing the APK's size; Compare two APK and find out the most significant...

it'd also be nice to have something similar to `runSpan` or `startChild` offers an overload with a callback as well.

not totally related to this issue. if we make `ISpan` extends `AutoCloseable` we could use try-with-resources, idea from @untitaker: ``` try (ITransaction tr = Sentry.startTransaction("tr")) { // do the work...

> try with resources is usually used when without proper closing, some resources will be kept open leaving file handles, open sockets etc open in the OS. Isn't using it...

we agreed that such callback makes sense and reduces boilerplate for manual instrumentation. so ideally `runTransaction` has the same method parameters from `startTransaction` but in addition an optional `spanStatus` so...

similar to #942 thanks for raising this, true, this is a limitation and we'll eventually work on it, I don't see any workarounds for now. Activity breadcrumbs are not obfuscated...

@ninniuz please raise a new issue for that, since they can be fixed separately.