Sentry.AspNetCore 0.0.1-preview2

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-preview2                
NuGet\Install-Package Sentry.AspNetCore -Version 0.0.1-preview2                
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-preview2" />                
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-preview2                
#r "nuget: Sentry.AspNetCore, 0.0.1-preview2"                
#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-preview2&prerelease

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

To use Sentry with your ASP.NET Core project, simply install the NuGet package:

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.

Our first preview of the SDK:

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
  • When an event is sent, data from the current request is augments the event.
  • Sends information about the server running the app (OS, Runtime, etc)
  • Informational logs written by the app or framework augment events sent to Sentry
  • Optional include of the request body
  • HTTP Proxy configuration
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 (47)

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

Package Downloads
Sentry.AspNetCore.Grpc

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

Intility.Extensions.Logging.Sentry

Enable Sentry instrumentation and logging provider.

FewBox.Core.Web

Web class lib.

Oms.Framework

Update page result

GitHub repositories (6)

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

Repository Stars
yiyungent/KnifeHub
🧰 简单易用的效率工具平台
ShokoAnime/ShokoServer
Repository for Shoko Server.
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.
sitkoru/Sitko.Core
Sitko.Core is a set of libraries to help build .NET Core applications fast
Version Downloads Last updated
4.13.0 95,067 11/5/2024
4.12.2 15,824 11/2/2024
4.12.1 254,447 10/10/2024
4.12.1-segv1 102 11/1/2024
4.12.0 114,419 10/2/2024
4.11.0 235,969 9/22/2024
4.10.2 353,012 8/21/2024
4.10.1 70,302 8/16/2024
4.10.0 24,260 8/14/2024
4.9.0 712,497 7/11/2024
4.9.0-sync.collection.2 60 7/30/2024
4.9.0-sync.collection.1 55 7/30/2024
4.8.1 124,819 7/2/2024
4.8.0 144,130 6/26/2024
4.7.0 533,950 5/27/2024
4.6.2 289,591 5/14/2024
4.6.1 4,968 5/14/2024
4.6.0 65,004 5/9/2024
4.5.0 171,699 4/30/2024
4.4.0 294,881 4/12/2024
4.3.0 21,069 4/10/2024
4.2.1 514,027 3/12/2024
4.2.0 32,401 3/11/2024
4.1.2 508,770 2/20/2024
4.1.1 79,639 2/14/2024
4.1.0 109,850 2/9/2024
4.0.3 21,548 2/7/2024
4.0.2 22,581 2/6/2024
4.0.1 19,872 2/5/2024
4.0.0 72,705 2/1/2024
4.0.0-beta.9 350 1/30/2024
4.0.0-beta.8 11,787 1/11/2024
4.0.0-beta.7 7,168 1/5/2024
4.0.0-beta.6 10,911 12/13/2023
4.0.0-beta.5 127 12/12/2023
4.0.0-beta.4 4,156 12/5/2023
4.0.0-beta.3 325 12/2/2023
4.0.0-beta.2 1,547 11/23/2023
4.0.0-beta.1 251 11/19/2023
4.0.0-beta.0 206 11/17/2023
4.0.0-alpha.0 1,657 11/9/2023
3.41.4 649,908 1/23/2024
3.41.3 926,220 11/29/2023
3.41.2 133,240 11/23/2023
3.41.1 41,974 11/22/2023
3.41.0 332,560 11/8/2023
3.40.1 478,926 10/12/2023
3.40.0 50,674 10/10/2023
3.40.0-beta.0 6,669 9/21/2023
3.39.1 444,067 9/12/2023
3.39.0 70,283 9/7/2023
3.38.0 6,056 9/6/2023
3.37.0 3,995 9/6/2023
3.36.0 216,784 8/22/2023
3.35.1 103,674 8/16/2023
3.35.0 86,152 8/8/2023
3.34.0 619,294 7/13/2023
3.33.1 643,076 6/13/2023
3.33.0 702,981 5/22/2023
3.32.0 11,601 5/22/2023
3.31.0 468,086 5/2/2023
3.30.0 345,650 4/11/2023
3.29.1 886,431 3/11/2023
3.29.0 121,686 3/6/2023
3.28.1 686,488 2/10/2023
3.28.0 35,039 2/8/2023
3.27.1 121,979 2/3/2023
3.27.0 78,306 2/1/2023
3.26.2 236,400 1/24/2023
3.26.1 166,724 1/17/2023
3.26.0 161,980 1/13/2023
3.25.0 630,131 12/23/2022
3.24.1 205,140 12/16/2022
3.24.0 1,170,753 11/18/2022
3.23.1 427,760 10/31/2022
3.23.0 40,311 10/27/2022
3.22.0 817,130 10/7/2022
3.21.0 943,587 9/2/2022
3.20.1 1,060,348 7/26/2022
3.20.0 56,468 7/22/2022
3.19.0 494,034 6/28/2022
3.18.0 223,251 6/15/2022
3.17.1 752,486 5/8/2022
3.17.0 91,347 5/3/2022
3.16.0 497,163 4/7/2022
3.15.0 583,144 3/15/2022
3.14.1 412,423 2/18/2022
3.14.0 123,199 2/14/2022
3.13.0 851,192 1/11/2022
3.12.3 320,932 12/19/2021
3.12.2 66,185 12/15/2021
3.12.1 201,189 12/6/2021
3.12.0 152,628 11/23/2021
3.12.0-alpha.1 3,625 11/7/2021
3.11.1 372,179 11/5/2021
3.11.0 118,459 11/2/2021
3.10.0 305,059 10/15/2021
3.9.4 345,669 9/29/2021
3.9.3 74,572 9/21/2021
3.9.2 103,107 9/10/2021
3.9.1 5,364 9/9/2021
3.9.0 155,867 8/27/2021
3.8.3 369,331 7/25/2021
3.8.2 71,209 7/17/2021
3.8.1 9,605 7/15/2021
3.8.0 111,193 7/14/2021
3.7.0 65,145 7/10/2021
3.6.1 113,719 7/2/2021
3.6.0 130,520 6/23/2021
3.6.0-alpha.2 622 6/18/2021
3.6.0-alpha.1 416 6/11/2021
3.5.0 297,379 6/7/2021
3.4.0 62,847 5/31/2021
3.4.0-beta.0 213 5/27/2021
3.3.5-beta.0 2,439 5/13/2021
3.3.4 449,190 4/26/2021
3.3.3 4,332 4/23/2021
3.3.2 21,251 4/23/2021
3.3.1 335,585 4/5/2021
3.3.0 27,544 4/3/2021
3.2.0 43,747 3/26/2021
3.1.0 292,590 3/10/2021
3.0.8 34,426 3/4/2021
3.0.7 103,725 2/20/2021
3.0.6 57,073 2/14/2021
3.0.5 40,225 2/9/2021
3.0.4 14,107 2/8/2021
3.0.3 50,924 2/3/2021
3.0.2 12,837 2/3/2021
3.0.1 91,656 1/29/2021
3.0.0 26,352 1/28/2021
3.0.0-beta.0 725 1/20/2021
3.0.0-alpha.11 383 1/15/2021
3.0.0-alpha.10 655 1/10/2021
3.0.0-alpha.9 869 12/29/2020
3.0.0-alpha.8 698 12/25/2020
3.0.0-alpha.7 2,856 12/16/2020
3.0.0-alpha.6 1,875 11/30/2020
3.0.0-alpha.5 3,366 11/21/2020
3.0.0-alpha.4 1,936 11/2/2020
3.0.0-alpha.3 264 10/29/2020
3.0.0-alpha.2 383 10/21/2020
3.0.0-alpha.1 327 10/16/2020
3.0.0-alpha.0 622 9/25/2020
2.2.0-alpha 1,355 9/19/2020
2.1.8 1,072,478 11/21/2020
2.1.6 1,045,735 8/20/2020
2.1.5 171,361 7/27/2020
2.1.5-beta 3,167 6/30/2020
2.1.4 375,418 6/25/2020
2.1.3 276,400 6/5/2020
2.1.2-beta5 3,187 5/19/2020
2.1.2-beta4 1,562 5/12/2020
2.1.2-beta3 1,016 5/7/2020
2.1.2-beta2 19,430 4/16/2020
2.1.2-beta 3,235 3/31/2020
2.1.1 855,956 3/19/2020
2.1.0 421,904 2/24/2020
2.0.3 126,937 2/12/2020
2.0.2 18,982 2/8/2020
2.0.1 85,845 1/28/2020
2.0.0 13,403 1/28/2020
2.0.0-beta8 22,363 1/15/2020
2.0.0-beta7 152,863 12/17/2019
2.0.0-beta6 81,463 10/31/2019
2.0.0-beta5 6,075 10/29/2019
2.0.0-beta4 65,963 9/4/2019
2.0.0-beta3 11,789 7/26/2019
2.0.0-beta2 3,661 6/9/2019
2.0.0-beta 2,054 6/4/2019
1.2.1-beta 714 5/27/2019
1.2.0 1,070,311 5/23/2019
1.1.3-beta4 844 5/15/2019
1.1.3-beta3 592 5/13/2019
1.1.3-beta2 2,014 3/28/2019
1.1.3-beta 2,671 2/11/2019
1.1.2 370,496 1/16/2019
1.1.2-beta 1,133 1/8/2019
1.1.1 13,038 1/5/2019
1.1.0 61,588 12/5/2018
1.0.1-beta5 1,053 12/5/2018
1.0.1-beta4 1,605 12/3/2018
1.0.1-beta3 13,121 11/15/2018
1.0.1-beta2 1,587 11/14/2018
1.0.1-beta 16,107 10/24/2018
1.0.0 197,480 10/2/2018
1.0.0-rc2 20,569 9/7/2018
1.0.0-rc 3,884 8/24/2018
0.0.1-preview5 4,940 8/5/2018
0.0.1-preview4 3,357 7/30/2018
0.0.1-preview3 4,773 7/17/2018
0.0.1-preview2 4,785 7/3/2018
0.0.1-preview1 1,317 6/28/2018