Learn more about how Sentry can store additional files in the same request as event attachments.
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 .NET SDK.
Learn how event processors can enrich events globally or in the current scope.
The Sentry .NET SDK will in most cases automatically manage the scopes for you in the framework integrations. Learn what a scope is and how you can use it to your advantage.
Tags in Sentry's .NET 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 .NET SDK.
Learn how to configure the Sentry .NET SDK to capture the user and gain critical pieces of information that construct a unique identity in Sentry.