sentry-dart icon indicating copy to clipboard operation
sentry-dart copied to clipboard

Only send debug images referenced in the stacktrace for events

Open buenaflor opened this issue 2 years ago • 2 comments

Description

Ref: https://github.com/getsentry/team-mobile/issues/158

### Blocked by
- [ ] Sentry Cocoa `8.39.0`

buenaflor avatar Nov 23 '23 14:11 buenaflor

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

buenaflor avatar Dec 13 '23 14:12 buenaflor