Manoel Aranda Neto

Results 1021 comments of Manoel Aranda Neto

@jennmueng would that be something similar to Android Proguard? https://docs.sentry.io/platforms/android/proguard/#variant-filtering

Consider doing https://github.com/getsentry/sentry-react-native/issues/1463 too

I don't see how this would be possible without changing our protocol, we also cannot forget that Flutter Apps can also crash in the native layer or if Flutter itself...

I'll write down a DACI that introduces a new flag that would be added to the protocol, which would mean an unhandled error happened but it didn't crash the app,...

> Are there any updates on this? unfortunately not, I'll try to get back at it next quarter, since it's a change on a few SDKs, frontend, and also ingestion,...

If you want to query/filter non-handled events on Dart/Flutter using Sentry Discover, you can search for e.g. `is:unresolved handled:yes` since the manually captured events using `Sentry.captureException(...)` don't set the `handled`...

The only problem for us doing it is that it breaks the release health feature yet, otherwise, all sessions will be considered "Crashed" instead of "Errored" only. I'm trying to...

That depends on https://github.com/getsentry/sentry-dart/issues/510 by the way. Discussed solutions are making it available on `beforeSend` via hints or adding a boolean to the add attachment method, `sendOnlyOnce` or a new...

@ueman does https://docs.sentry.io/platforms/dart/enriching-events/scopes/#local-scopes help to add an attachment to a single scope?