Symbol Files
Last updated
Was this helpful?
Last updated
Was this helpful?
Symbol files are critical to getting useful data from your crashes. , , , , , , , and some applications require uploading symbol files to generate call stacks that contain function names and line numbers. The symbol upload process can be automated as part of your build. Many of our SDKs require symbols, which can be uploaded and managed via the page.
For additional information regarding Symbol files, please visit the specific to your application's platform.
Symbols are files containing information to map the crash report's call stack to file names and line numbers in source code.
and symbol files have .exe, .pdb, and .dll extensions.
For applications, symbols files contain .sym extensions.
For applications, symbols files end with a .dSYM extension.
For TypeScript and applications, symbols are files with a .js.map extension.
Symbol files can be uploaded via . Additionally, Crashpad .sym files can be by invoking symbol-upload with the -m
argument.