Skip to content
LucasZF edited this page Sep 11, 2020 · 19 revisions

ContribSentry V3.1.0

Unnoficial addons for Sentry-dotnet.

Status [BETA]

Nuget:

Main SDK: https://www.nuget.org/packages/ContribSentry/3.0.0

AspNetCore Integration: https://www.nuget.org/packages/ContribSentry.AspNetCore/

Current Addons

Configuration

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);

Debug

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.

Clone this wiki locally