getsentry / team-mobile

Meta issues for the Mobile team
4 stars 1 forks source link

Only send debug images referenced in the stacktrace #158

Open philipphofmann opened 1 year ago

philipphofmann commented 1 year ago

The Cocoa SDK only sends debug images referenced in the stacktrace. Sending all debug images is not required for symbolicating an event. Only the debug images referenced in the stacktrace are needed.

Please check your SDK to see if it also only sends the referenced debug images, and if not, implement this improvement, which drastically reduces payload size.

### Tasks
- [x] https://github.com/getsentry/sentry-cocoa/pull/1778/
- [x] Java/Android (not relevant)
- [ ] https://github.com/getsentry/sentry-react-native/issues/3403
- [ ] https://github.com/getsentry/sentry-dart/issues/1755