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 sessions.

Current Addons

  • Session/Release Health (Beta)
  • Tracing/Performance Monitor (Alpha)

Configuration

To initialize the addon you'll need to add the ContribSentrySdkIntegration to your SentryOptions integration.

var option = new SentryOptions();
option.AddIntegration(new ContribSentrySdkIntegration(new SentrySessionOptions());            
SentrySdk.Init(option);
Clone this wiki locally