Manoel Aranda Neto

Results 1021 comments of Manoel Aranda Neto

@denrase should we close this in favor of the other one?

@davoam please provide a minimal reproducible example, by doing [this](https://docs.sentry.io/platforms/react-native/troubleshooting/#react-native-069-and-higher) everything should work for RN >= 0.69.x Unless your environment has a different setup than normal. Also share your SDK...

@davoam provide a minimal reproducible example on GH and we can take a look, I am pretty sure it's something with your environment, we have this running locally and on...

This plugin (SAGP) is only responsible for uploading proguard/r8 mappings and debug symbols, moving this issue to https://github.com/getsentry/sentry-react-native Today you can call `Sentry.init` with a custom release/dist, https://docs.sentry.io/platforms/react-native/sourcemaps/#using-custom-release-and-distribution and later...

I am not entirely sure if I get it, what you need is something like this? ``` List sentryExceptions(List exceptions) { return exceptions .map((exception) => SentryExceptionFactory.getSentryException(exception)) .toList(); } SentryEvent sentryEvent(List...

I understand the problem but both exceptions come from different libs, so I don't see how this would be solved automatically by the Sentry SDK. Even https://github.com/getsentry/sentry-dart/issues/1045#issuecomment-1266574610 would not help...

Give me some time to think about this approach.

`maxCacheItems` is something else, it's how many envelopes can be cached In the disk (because of offline caching). on Android, there is another one called `maxQueueSize`, this one is the...

Makes sense but I'd only merge this once we work on https://github.com/getsentry/sentry-dart/issues/988

@brustolin that's possible but still not possible to add a new package. https://github.com/getsentry/sentry-dart/issues/1056#issuecomment-1272970663