-
Notifications
You must be signed in to change notification settings - Fork 0
Home
LucasZF edited this page Sep 11, 2020
·
19 revisions
Unnoficial addons for Sentry-dotnet.
Main SDK: https://www.nuget.org/packages/ContribSentry/3.0.0
AspNetCore Integration: https://www.nuget.org/packages/ContribSentry.AspNetCore/
To initialize the addon you'll need to add the ContribSentrySdkIntegration to your SentryOptions integration.
var option = new SentryOptions();
option.AddIntegration(new ContribSentrySdkIntegration());
SentrySdk.Init(option);
If you need additional debug information, ContribSentry will respect the Debug flag in SentrySDK so if you set it to True you'll also receive debug information from ContribSentrySdk.