Learn more about how Sentry can store additional files in the same request as event attachments.
Learn how to construct custom attributes to enrich logs and metrics.
Learn more about what Sentry uses to create a trail of events (breadcrumbs) that happened prior to an issue.
Custom contexts allow you to attach arbitrary data (strings, lists, dictionaries) to an event in the Sentry Native SDK.
A scope holds the data the SDK attaches to your events. Learn how the Native SDK's global scope works, and when to create a scope of your own.
Learn more about taking screenshots when an error occurs. Sentry pairs the screenshot with the original event, giving you additional insight into issues.
Tags in Sentry's Native SDK power UI features such as filters and tag-distribution maps. Tags also help you quickly access related events and view the tag distribution for a set of events.
Learn how to set or override the transaction name to capture the user and gain critical pieces of information that construct a unique identity in Sentry using the Native SDK.
Learn how to configure the Sentry Native SDK to capture the user and gain critical pieces of information that construct a unique identity in Sentry.