sentry-dart
sentry-dart copied to clipboard
Only send debug images referenced in the stacktrace for events
Description
Ref: https://github.com/getsentry/team-mobile/issues/158
### Blocked by
- [ ] Sentry Cocoa `8.39.0`
Can be implemented for cocoa debug images similar to how react native does it which requires the instruction addresses to be passed to the cocoa flutter plugin. Relevant code part for Flutter is here