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