Manoel Aranda Neto
Manoel Aranda Neto
this package is `DISCONTINUED`
@vaind I believe this is completed on our side and it works OOTB when the source context is uploaded, right? Do we have to document the usage of `--resolve-dwarf-paths`? do...
UI work is being tracked [here](https://github.com/getsentry/sentry/issues/43891). I will ping folks for that.
Example where this should be changed, https://github.com/getsentry/sentry-dart/blob/b47809a5f032149d70c9c8cdc226a1b71189ae88/dart/lib/src/default_integrations.dart#L45 Places that have `handled: true` should be `handled: false` in case they are unhandled handlers.
> @marandaneto The 'handled' flag on the mechanism is an optional. Am i assuming correctly that `null` and `false` are both interpreted as 'false' on the server? I'd say `null...
> Ok, so we not only need to look at Mechanisms that explicitly set `handled` true, but also those that don't set the value at all. 👍 Nope, let's be...
> Ok, so we not only need to look at Mechanisms that explicitly set `handled` true, but also those that don't set the value at all. 👍 just to be...
Closing, the new approach should use [hints](https://github.com/getsentry/sentry-dart/blob/b5f0119a9d344b3dc0217487bddbd3557a554784/dart/lib/src/hint.dart)
Closing it in favor of https://github.com/getsentry/sentry-dart/issues/1343
It's now possible via [hints](https://github.com/getsentry/sentry-dart/blob/b5f0119a9d344b3dc0217487bddbd3557a554784/dart/lib/src/hint.dart). We should introduce a new property in the `Hint` class that takes `attachments`, so you can add/remove them on the fly either when capturing events...