Sentry.AspNetCore 0.0.1-preview3

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of Sentry.AspNetCore.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Sentry.AspNetCore --version 0.0.1-preview3
NuGet\Install-Package Sentry.AspNetCore -Version 0.0.1-preview3
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="Sentry.AspNetCore" Version="0.0.1-preview3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sentry.AspNetCore --version 0.0.1-preview3
#r "nuget: Sentry.AspNetCore, 0.0.1-preview3"
#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 Sentry.AspNetCore as a Cake Addin
#addin nuget:?package=Sentry.AspNetCore&version=0.0.1-preview3&prerelease

// Install Sentry.AspNetCore as a Cake Tool
#tool nuget:?package=Sentry.AspNetCore&version=0.0.1-preview3&prerelease

Below you will find a basic introduction to the SDK and its API.

For more details, please: refer to the SDK documentation

Main features:

  • Easy ASP.NET Core integration, single line: UseSentry.
  • Captures unhandled exceptions in the middleware pipeline
  • Captures exceptions handled by the framework UseExceptionHandler and Error page display.
  • Captures process-wide unhandled exceptions (AppDomain)
  • Captures logger.Error or logger.Critical
  • Any event sent will include relevant application log messages
  • RequestId as tag
  • URL as tag
  • Environment is automatically set (IHostingEnvironment)
  • Release automatically set (AssemblyInformationalVersionAttribute, AssemblyVersion or env var)
  • Request payload can be captured if opt-in
  • Support for EventProcessors registered with DI
  • Support for ExceptionProcessors registered with DI
  • Captures logs from the transaction (Microsoft.Extensions.Logging)
  • Supports configuration system
  • Server OS info sent
  • Server Runtime info sent
  • Request headers sent
  • HTTP Proxy configuration
  • Strong named

Enabling

To use Sentry with your ASP.NET Core project, simply install this NuGet package and change your Program.cs by adding UseSentry:

public static IWebHost BuildWebHost(string[] args) =>
    WebHost.CreateDefaultBuilder(args)
        .UseStartup<Startup>()
        // Integration
        .UseSentry("dsn")
        .Build();

DSN

The SDK needs to know which project within Sentry your errors should go to. That's defined via the DSN. You can provide it directly as an argument to UseSentry, defined via configuration like appsettings.json or set via environment variable SENTRY_DSN. This sample demonstrates defining the DSN via appsettings.json.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (35)

Showing the top 5 NuGet packages that depend on Sentry.AspNetCore:

Package Downloads
Sentry.AspNetCore.Grpc The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Official ASP.NET Core gRPC integration for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.

Amelia

Package Description

FewBox.Core.Web

Web class lib.

Intility.Extensions.Logging.Sentry

Enable Sentry instrumentation and logging provider.

N3O.Umbraco.Monitoring.Sentry

TODO

GitHub repositories (7)

Showing the top 5 popular GitHub repositories that depend on Sentry.AspNetCore:

Repository Stars
yiyungent/KnifeHub
🧰 简单易用的效率工具平台
ShokoAnime/ShokoServer
Repository for Shoko Server.
DirtyRacer1337/Jellyfin.Plugin.PhoenixAdult
Jellyfin/Emby Metadata Provider for videos from multiple adult sites
Valour-Software/Valour
Valour is bringing communities into the future with unique features, blazing performance, and respect for users.
dotnet/nuget-trends
Check out NuGet packages adoption and what's trending on NuGet.
Version Downloads Last updated
4.4.0 33,771 4/12/2024
4.3.0 9,529 4/10/2024
4.2.1 230,137 3/12/2024
4.2.0 24,595 3/11/2024
4.1.2 231,190 2/20/2024
4.1.1 39,426 2/14/2024
4.1.0 58,219 2/9/2024
4.0.3 13,613 2/7/2024
4.0.2 9,909 2/6/2024
4.0.1 13,315 2/5/2024
4.0.0 31,803 2/1/2024
4.0.0-beta.9 259 1/30/2024
4.0.0-beta.8 8,004 1/11/2024
4.0.0-beta.7 7,088 1/5/2024
4.0.0-beta.6 7,558 12/13/2023
4.0.0-beta.5 99 12/12/2023
4.0.0-beta.4 4,033 12/5/2023
4.0.0-beta.3 292 12/2/2023
4.0.0-beta.2 1,501 11/23/2023
4.0.0-beta.1 221 11/19/2023
4.0.0-beta.0 173 11/17/2023
4.0.0-alpha.0 650 11/9/2023
3.41.4 305,443 1/23/2024
3.41.3 603,630 11/29/2023
3.41.2 83,208 11/23/2023
3.41.1 22,929 11/22/2023
3.41.0 253,491 11/8/2023
3.40.1 355,383 10/12/2023
3.40.0 44,130 10/10/2023
3.40.0-beta.0 6,529 9/21/2023
3.39.1 368,278 9/12/2023
3.39.0 51,261 9/7/2023
3.38.0 5,452 9/6/2023
3.37.0 3,247 9/6/2023
3.36.0 165,029 8/22/2023
3.35.1 77,407 8/16/2023
3.35.0 76,562 8/8/2023
3.34.0 467,785 7/13/2023
3.33.1 509,137 6/13/2023
3.33.0 581,138 5/22/2023
3.32.0 10,792 5/22/2023
3.31.0 384,089 5/2/2023
3.30.0 284,537 4/11/2023
3.29.1 770,130 3/11/2023
3.29.0 102,742 3/6/2023
3.28.1 620,815 2/10/2023
3.28.0 29,994 2/8/2023
3.27.1 103,711 2/3/2023
3.27.0 73,322 2/1/2023
3.26.2 190,105 1/24/2023
3.26.1 140,888 1/17/2023
3.26.0 124,859 1/13/2023
3.25.0 557,398 12/23/2022
3.24.1 173,715 12/16/2022
3.24.0 931,436 11/18/2022
3.23.1 390,164 10/31/2022
3.23.0 37,416 10/27/2022
3.22.0 630,652 10/7/2022
3.21.0 796,791 9/2/2022
3.20.1 930,065 7/26/2022
3.20.0 55,057 7/22/2022
3.19.0 446,772 6/28/2022
3.18.0 198,363 6/15/2022
3.17.1 707,676 5/8/2022
3.17.0 82,690 5/3/2022
3.16.0 471,100 4/7/2022
3.15.0 540,806 3/15/2022
3.14.1 385,138 2/18/2022
3.14.0 112,723 2/14/2022
3.13.0 797,885 1/11/2022
3.12.3 306,842 12/19/2021
3.12.2 61,460 12/15/2021
3.12.1 180,740 12/6/2021
3.12.0 144,711 11/23/2021
3.12.0-alpha.1 3,293 11/7/2021
3.11.1 338,780 11/5/2021
3.11.0 97,222 11/2/2021
3.10.0 266,203 10/15/2021
3.9.4 306,269 9/29/2021
3.9.3 73,096 9/21/2021
3.9.2 94,957 9/10/2021
3.9.1 5,075 9/9/2021
3.9.0 146,456 8/27/2021
3.8.3 352,646 7/25/2021
3.8.2 69,263 7/17/2021
3.8.1 9,490 7/15/2021
3.8.0 102,609 7/14/2021
3.7.0 61,574 7/10/2021
3.6.1 109,402 7/2/2021
3.6.0 125,835 6/23/2021
3.6.0-alpha.2 589 6/18/2021
3.6.0-alpha.1 387 6/11/2021
3.5.0 280,338 6/7/2021
3.4.0 61,891 5/31/2021
3.4.0-beta.0 183 5/27/2021
3.3.5-beta.0 2,408 5/13/2021
3.3.4 430,790 4/26/2021
3.3.3 4,172 4/23/2021
3.3.2 21,183 4/23/2021
3.3.1 326,123 4/5/2021
3.3.0 26,441 4/3/2021
3.2.0 42,001 3/26/2021
3.1.0 277,026 3/10/2021
3.0.8 34,071 3/4/2021
3.0.7 99,840 2/20/2021
3.0.6 53,371 2/14/2021
3.0.5 38,746 2/9/2021
3.0.4 13,844 2/8/2021
3.0.3 50,135 2/3/2021
3.0.2 11,019 2/3/2021
3.0.1 85,846 1/29/2021
3.0.0 21,795 1/28/2021
3.0.0-beta.0 691 1/20/2021
3.0.0-alpha.11 352 1/15/2021
3.0.0-alpha.10 617 1/10/2021
3.0.0-alpha.9 839 12/29/2020
3.0.0-alpha.8 671 12/25/2020
3.0.0-alpha.7 2,826 12/16/2020
3.0.0-alpha.6 1,776 11/30/2020
3.0.0-alpha.5 3,334 11/21/2020
3.0.0-alpha.4 1,884 11/2/2020
3.0.0-alpha.3 238 10/29/2020
3.0.0-alpha.2 348 10/21/2020
3.0.0-alpha.1 299 10/16/2020
3.0.0-alpha.0 593 9/25/2020
2.2.0-alpha 1,278 9/19/2020
2.1.8 1,012,892 11/21/2020
2.1.6 1,014,800 8/20/2020
2.1.5 166,076 7/27/2020
2.1.5-beta 3,120 6/30/2020
2.1.4 359,385 6/25/2020
2.1.3 270,129 6/5/2020
2.1.2-beta5 3,155 5/19/2020
2.1.2-beta4 1,519 5/12/2020
2.1.2-beta3 968 5/7/2020
2.1.2-beta2 19,219 4/16/2020
2.1.2-beta 3,205 3/31/2020
2.1.1 830,497 3/19/2020
2.1.0 414,322 2/24/2020
2.0.3 119,328 2/12/2020
2.0.2 18,921 2/8/2020
2.0.1 79,798 1/28/2020
2.0.0 11,525 1/28/2020
2.0.0-beta8 22,314 1/15/2020
2.0.0-beta7 152,024 12/17/2019
2.0.0-beta6 81,121 10/31/2019
2.0.0-beta5 6,036 10/29/2019
2.0.0-beta4 65,225 9/4/2019
2.0.0-beta3 11,749 7/26/2019
2.0.0-beta2 3,591 6/9/2019
2.0.0-beta 2,012 6/4/2019
1.2.1-beta 658 5/27/2019
1.2.0 1,049,446 5/23/2019
1.1.3-beta4 798 5/15/2019
1.1.3-beta3 570 5/13/2019
1.1.3-beta2 1,975 3/28/2019
1.1.3-beta 2,635 2/11/2019
1.1.2 361,967 1/16/2019
1.1.2-beta 1,100 1/8/2019
1.1.1 12,932 1/5/2019
1.1.0 59,156 12/5/2018
1.0.1-beta5 992 12/5/2018
1.0.1-beta4 1,566 12/3/2018
1.0.1-beta3 13,087 11/15/2018
1.0.1-beta2 1,543 11/14/2018
1.0.1-beta 15,904 10/24/2018
1.0.0 195,201 10/2/2018
1.0.0-rc2 20,448 9/7/2018
1.0.0-rc 3,838 8/24/2018
0.0.1-preview5 4,890 8/5/2018
0.0.1-preview4 3,310 7/30/2018
0.0.1-preview3 4,724 7/17/2018
0.0.1-preview2 4,739 7/3/2018
0.0.1-preview1 1,278 6/28/2018