Home / Companies / Sentry / Blog / Post Details
Content Deep Dive

Building Sentry: Symbolicator

Blog post from Sentry

Post Details
Company
Date Published
Author
Jan Michael Auer
Word Count
2,576
Company Posts That Month
9
Language
English
Hacker News Points
-
Post removed?
No
Summary

Sentry has built a service called Symbolicator to handle native crashes at scale, which processes native crash reports and minidumps for high-quality reports. Native code analysis is challenging due to the lack of runtime, making it harder to extract stack traces or context information. To overcome this, Sentry uses unwind information, which indicates the size and contents of function frame records, allowing debuggers to read a stack trace from threads' call stack memory region. Debug files contain tree-like structures explaining compilation units, including types, functions, parameters, variables, scopes, and more. Sentry displays debug identifiers on the Issue Details page and in metadata of all debug files. Symbol servers provide a convenient way to retrieve debug information, and Sentry has implemented multiple schemas for addressing debug information files on symbol servers. The standalone service, Symbolicator, can process native stack traces and minidumps, uses symbol servers to download debug files, and comes with scope isolation built-in for multi-tenant use cases.

Trends Found in this Post

No tracked trend matches for this post yet.

Use This Data

Use this post, company, and trend context to find content marketing opportunities, perform competitive analysis, or address product feature gaps via the Plushcap MCP server or the Plushcap API.