-
Notifications
You must be signed in to change notification settings - Fork 0
Home
LucasZF edited this page Sep 7, 2020
·
19 revisions
Currently, in Alpha, not all features were implemented and you may experience errors or loss of sessions.
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);