Manoel Aranda Neto

Results 1026 comments of Manoel Aranda Neto

@philipphofmann Could you link the iOS implementation? thanks.

hey @svetlana-nikitina thanks for raising this. does it help if you add those packages as `inAppExclude` via `SentryOptions.addInAppExclude(package)`? thanks!

if we want to ship the `proguard-rules.pro` for okhttp within our integration, it should be an aar, but we can move the `SentryOkHttpInterceptor` class to a jar file and just...

Java users would still need to `import io.sentry.android.okhttp.SentryOkHttpInterceptor` which is weird, well, its just a package name, since we are cooking v6, it'd be fine.

indeed @remcomokveld thanks for pointing this out. AGP is responsible for merging the proguard rules from aar/jar files before proguard/r8 runs, so it's more about a back-compatibility with older AGP...

In case people enable the debug flag for release builds (which is likely not the case), that would probably be caching more data than necessary on people's devices. We already...

If hub is `globalMode` enabled, we always return the root transaction. Doing this we don't need to do https://github.com/getsentry/sentry-java/issues/1827 This is going to break the relationship for the DB auto...

as agreed, I'll mark it as a feature request, thanks @nominalista related to getsentry/sentry-android#360

the mechanism to send periodically is something to be done, this is the feature request. the method to send cached events are already in place as mentioned in getsentry/sentry-android#360 `SendCachedEventFireAndForgetIntegration`...

this issue isn't Android specific, hence removing the Android label