Disable Integrations
All of Sentry’s SDKs provide integrations, which extend functionality of the SDK. Most integrations are enabled by default, though you can disable them if needed.
To disable an integration, for example, the automatic capture of unhandled exceptions:
Copied
using Sentry;
// Add it to your Sentry SDK initialization block:
options.DisableAppDomainUnhandledExceptionCapture()
DisableAppDomainUnhandledExceptionCapture
Disables automatic capture of unhandled exceptions.
DisableTaskUnobservedTaskExceptionCapture
Disables automatic capture of Unobserved Task Exceptions.
DisableNetFxInstallationsIntegration
Disables adding the list of .NET Frameworks installations into events.
DisableAppDomainProcessExitFlush
Disables flushing events upon AppDomain.ProcessExit
event handler.
- Package:
- nuget:Sentry.AspNetCore
- Version:
- 4.9.0
- Repository:
- https://github.com/getsentry/sentry-dotnet