Closed
Description
Environment
Version: 0.36
Features: anyhow debug-images
Steps to Reproduce
- Sent (using
upload-dif
) the application debug info to sentry
- Send a report (force a fail on the application)
Expected Result
On the Stack Trace of the Issue show the debug information, like line code, etc.
Actual Result
Already opened an issue on getsentry/sentry#88294 referring to this problem, but there detected that sentry-rust is not sending all the required debug meta images:
It's only sending the native library info, but is missing the binary of the program itself, so without that info sentry can't relate the debug info with each frame.