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

ContribSentry V3.0.0

Unnoficial addons for Sentry-dotnet.

Status

Currently, in Alpha, not all features were implemented and you may experience errors or loss of data.

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