DiagnosticsExtensions.Sentry 0.0.1.12

dotnet add package DiagnosticsExtensions.Sentry --version 0.0.1.12
NuGet\Install-Package DiagnosticsExtensions.Sentry -Version 0.0.1.12
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DiagnosticsExtensions.Sentry" Version="0.0.1.12" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DiagnosticsExtensions.Sentry --version 0.0.1.12
#r "nuget: DiagnosticsExtensions.Sentry, 0.0.1.12"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DiagnosticsExtensions.Sentry as a Cake Addin
#addin nuget:?package=DiagnosticsExtensions.Sentry&version=0.0.1.12

// Install DiagnosticsExtensions.Sentry as a Cake Tool
#tool nuget:?package=DiagnosticsExtensions.Sentry&version=0.0.1.12

NuGet NuGet

DiagnosticsExtensions.Sentry

It collects and updates the information that is not automatically collected among the various fields of sentry contexts using WMI

Usage

Using SDK library

Just install package in the Nuget

Install-Package DiagnosticsExtensions.Sentry

Let's getting started using the library

Configurations

        SentryService.Instance.Init(option => {
            option.AddEventProcessor(new DiagnosticsEventProcessor());
            option.AddTransactionProcessor(new DiagnosticsTransactionProcessor());
        });

        Application.Run(new Form1());

Add Breadcrumbs

    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void Form1_Load(object sender, EventArgs e)
        {
            SentryService.Instance.AddBreadcrumb("websocket-starting-failed", "middleware", BreadcrumbTypes.ERROR, Sentry.BreadcrumbLevel.Error);
        }
Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.8

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.1.12 368 12/8/2023
0.0.1.11 222 10/11/2023
0.0.1.10 151 9/11/2023
0.0.1.9 174 8/24/2023
0.0.1.8 322 6/14/2023
0.0.1.7 203 5/23/2023
0.0.1.6 231 5/3/2023
0.0.1.5 199 4/20/2023
0.0.1.4 228 4/20/2023
0.0.1.3 183 4/20/2023
0.0.1.2 196 4/20/2023
0.0.1.1 180 4/20/2023
0.0.1 206 4/20/2023