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);
Clone this wiki locally