Learn more about how the Sentry .NET SDK can be configured via options. These are being passed to the init function and therefore set when the SDK is first initialized.
Configure MSBuild properties in your .NET project to automatically use the Sentry CLI.
Learn more about enabling SDK logging to help troubleshooting.
This experimental feature allows you to automatically capture heap dumps for your application.
This feature, once enabled, automatically captures HTTP client errors, like bad response codes, as error events and reports them to Sentry.
This feature captures graphql-client errors and reports them to Sentry
Learn how to configure your Sentry .NET SDK to tell Sentry about your environments.
Learn how to configure your Sentry .NET SDK to tell Sentry about your releases.
Learn how to configure the volume of error and transaction events sent to Sentry using the .NET SDK.
Learn more about how to configure your Sentry .NET SDK to filter events reported to Sentry.
Learn more about the default behavior of Sentry's .NET SDK if the application shuts down unexpectedly.
Learn more about the methods that disable integrations.