Issue
I followed the documentation and uploaded my Debug Information Files (DIFs), but my events are still not symbolicated.
Applies To
All SaaS Customers
Error Monitoring
Debug Information Files / Debug Symbols
Resolution
First, confirm the event you are viewing arrived after you uploaded your DIFs. Sentry only symbolicates events that arrive after the matching files are available.
To check which files Sentry needs:
Open the event, go to the "Images Loaded" section, and click "Show Details". This shows which debug files Sentry needs to symbolicate the event, and which attributes.
Click "View" on a specific debug file to see more details, such as its expected code path.
If files are missing or do not match:
To confirm you upload all necessary debug files, follow the debug files upload documentation.
To learn about platform-specific file formats and the debug information they contain, see the debug file formats documentation.
To learn about the build tooling requirements that let Sentry uniquely identify debug files across builds, see the debug file identifiers documentation.
