DiagnosticsExtensions.Sentry
0.0.1.6
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package DiagnosticsExtensions.Sentry --version 0.0.1.6
NuGet\Install-Package DiagnosticsExtensions.Sentry -Version 0.0.1.6
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.6" />
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.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DiagnosticsExtensions.Sentry, 0.0.1.6"
#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.6 // Install DiagnosticsExtensions.Sentry as a Cake Tool #tool nuget:?package=DiagnosticsExtensions.Sentry&version=0.0.1.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions 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 | 779 | 12/8/2023 |
0.0.1.11 | 251 | 10/11/2023 |
0.0.1.10 | 181 | 9/11/2023 |
0.0.1.9 | 200 | 8/24/2023 |
0.0.1.8 | 548 | 6/14/2023 |
0.0.1.7 | 229 | 5/23/2023 |
0.0.1.6 | 255 | 5/3/2023 |
0.0.1.5 | 233 | 4/20/2023 |
0.0.1.4 | 259 | 4/20/2023 |
0.0.1.3 | 211 | 4/20/2023 |
0.0.1.2 | 227 | 4/20/2023 |
0.0.1.1 | 209 | 4/20/2023 |
0.0.1 | 236 | 4/20/2023 |