Sentry.AspNetCore 0.0.1-preview1

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-preview1
                    
NuGet\Install-Package Sentry.AspNetCore -Version 0.0.1-preview1
                    
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-preview1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Sentry.AspNetCore" Version="0.0.1-preview1" />
                    
Directory.Packages.props
<PackageReference Include="Sentry.AspNetCore" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Sentry.AspNetCore --version 0.0.1-preview1
                    
#r "nuget: Sentry.AspNetCore, 0.0.1-preview1"
                    
#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.
#addin nuget:?package=Sentry.AspNetCore&version=0.0.1-preview1&prerelease
                    
Install Sentry.AspNetCore as a Cake Addin
#tool nuget:?package=Sentry.AspNetCore&version=0.0.1-preview1&prerelease
                    
Install Sentry.AspNetCore as a Cake Tool

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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 (48)

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.

Intility.Extensions.Logging.Sentry

Enable Sentry instrumentation and logging provider.

Amelia

Package Description

Oms.Framework

Update page result

FewBox.Core.Web

Web class lib.

GitHub repositories (9)

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

Repository Stars
bitfoundation/bitplatform
Build all of your apps using what you already know and love ❤️
ShokoAnime/ShokoServer
Repository for Shoko Server.
yiyungent/KnifeHub
🧰 简单易用的效率工具平台
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
getsentry/examples
Collection of all different kinds of Sentry SDKs and integrations
RedpointGames/uet
UET (Unreal Engine Tool) makes building and testing Unreal Engine projects and plugins easy. It can distribute builds with BuildGraph, remotely execute automation tests on device and across multiple machines, handles fault tolerance and automatic retries and generally makes the whole experience of automating Unreal Engine a lot more pleasant.
kamilbaczek/Modular-monolith-by-example
Modular monolith architecture example in .NET. Estimation Tool is tool to optimize estimation process in IT company.
Version Downloads Last updated
5.7.0 11,491 5/13/2025
5.7.0-beta.0 350 5/2/2025
5.6.0 79,950 4/24/2025
5.5.1 104,321 4/8/2025
5.5.0 41,256 4/2/2025
5.4.0 143,073 3/15/2025
5.3.0 89,606 3/7/2025
5.2.0 111,834 2/26/2025
5.1.1 186,201 2/13/2025
5.1.0 217,676 2/3/2025
5.0.1 974,528 1/8/2025
5.0.0 405,771 12/19/2024
5.0.0-alpha.1 7,530 11/25/2024
5.0.0-alpha.0 84 11/24/2024
4.13.0 1,277,044 11/5/2024
4.12.2 47,602 11/2/2024
4.12.1 553,105 10/10/2024
4.12.1-segv1 138 11/1/2024
4.12.0 262,564 10/2/2024
4.11.0 369,732 9/22/2024
4.10.2 571,624 8/21/2024
4.10.1 104,039 8/16/2024
4.10.0 36,811 8/14/2024
4.9.0 946,500 7/11/2024
4.9.0-sync.collection.2 87 7/30/2024
4.9.0-sync.collection.1 76 7/30/2024
4.8.1 200,645 7/2/2024
4.8.0 200,877 6/26/2024
4.7.0 707,096 5/27/2024
4.6.2 350,404 5/14/2024
4.6.1 10,078 5/14/2024
4.6.0 85,520 5/9/2024
4.5.0 218,044 4/30/2024
4.4.0 394,108 4/12/2024
4.3.0 27,091 4/10/2024
4.2.1 610,303 3/12/2024
4.2.0 36,646 3/11/2024
4.1.2 658,932 2/20/2024
4.1.1 96,273 2/14/2024
4.1.0 125,859 2/9/2024
4.0.3 25,831 2/7/2024
4.0.2 30,330 2/6/2024
4.0.1 22,839 2/5/2024
4.0.0 81,444 2/1/2024
4.0.0-beta.9 371 1/30/2024
4.0.0-beta.8 12,310 1/11/2024
4.0.0-beta.7 7,210 1/5/2024
4.0.0-beta.6 14,118 12/13/2023
4.0.0-beta.5 149 12/12/2023
4.0.0-beta.4 4,220 12/5/2023
4.0.0-beta.3 343 12/2/2023
4.0.0-beta.2 1,583 11/23/2023
4.0.0-beta.1 275 11/19/2023
4.0.0-beta.0 228 11/17/2023
4.0.0-alpha.0 2,652 11/9/2023
3.41.4 872,201 1/23/2024
3.41.3 1,096,891 11/29/2023
3.41.2 158,499 11/23/2023
3.41.1 55,378 11/22/2023
3.41.0 357,456 11/8/2023
3.40.1 547,650 10/12/2023
3.40.0 53,674 10/10/2023
3.40.0-beta.0 6,708 9/21/2023
3.39.1 501,160 9/12/2023
3.39.0 86,352 9/7/2023
3.38.0 6,824 9/6/2023
3.37.0 5,017 9/6/2023
3.36.0 248,679 8/22/2023
3.35.1 111,690 8/16/2023
3.35.0 90,974 8/8/2023
3.34.0 724,639 7/13/2023
3.33.1 691,653 6/13/2023
3.33.0 789,071 5/22/2023
3.32.0 12,762 5/22/2023
3.31.0 532,009 5/2/2023
3.30.0 390,787 4/11/2023
3.29.1 950,546 3/11/2023
3.29.0 132,168 3/6/2023
3.28.1 715,204 2/10/2023
3.28.0 40,572 2/8/2023
3.27.1 139,375 2/3/2023
3.27.0 80,834 2/1/2023
3.26.2 259,469 1/24/2023
3.26.1 179,803 1/17/2023
3.26.0 175,736 1/13/2023
3.25.0 692,206 12/23/2022
3.24.1 233,754 12/16/2022
3.24.0 1,359,218 11/18/2022
3.23.1 453,706 10/31/2022
3.23.0 42,898 10/27/2022
3.22.0 903,252 10/7/2022
3.21.0 1,032,226 9/2/2022
3.20.1 1,149,080 7/26/2022
3.20.0 57,484 7/22/2022
3.19.0 518,011 6/28/2022
3.18.0 237,123 6/15/2022
3.17.1 782,968 5/8/2022
3.17.0 92,143 5/3/2022
3.16.0 515,983 4/7/2022
3.15.0 612,968 3/15/2022
3.14.1 429,582 2/18/2022
3.14.0 130,159 2/14/2022
3.13.0 885,300 1/11/2022
3.12.3 336,080 12/19/2021
3.12.2 71,154 12/15/2021
3.12.1 214,953 12/6/2021
3.12.0 157,561 11/23/2021
3.12.0-alpha.1 3,775 11/7/2021
3.11.1 385,039 11/5/2021
3.11.0 135,796 11/2/2021
3.10.0 338,002 10/15/2021
3.9.4 376,427 9/29/2021
3.9.3 76,195 9/21/2021
3.9.2 106,399 9/10/2021
3.9.1 5,648 9/9/2021
3.9.0 163,188 8/27/2021
3.8.3 380,021 7/25/2021
3.8.2 71,621 7/17/2021
3.8.1 9,738 7/15/2021
3.8.0 120,712 7/14/2021
3.7.0 68,668 7/10/2021
3.6.1 118,130 7/2/2021
3.6.0 134,130 6/23/2021
3.6.0-alpha.2 669 6/18/2021
3.6.0-alpha.1 462 6/11/2021
3.5.0 308,945 6/7/2021
3.4.0 63,214 5/31/2021
3.4.0-beta.0 259 5/27/2021
3.3.5-beta.0 2,485 5/13/2021
3.3.4 462,044 4/26/2021
3.3.3 4,530 4/23/2021
3.3.2 21,314 4/23/2021
3.3.1 341,316 4/5/2021
3.3.0 28,097 4/3/2021
3.2.0 45,574 3/26/2021
3.1.0 298,430 3/10/2021
3.0.8 34,760 3/4/2021
3.0.7 107,599 2/20/2021
3.0.6 60,402 2/14/2021
3.0.5 41,152 2/9/2021
3.0.4 14,362 2/8/2021
3.0.3 51,404 2/3/2021
3.0.2 15,700 2/3/2021
3.0.1 96,287 1/29/2021
3.0.0 33,400 1/28/2021
3.0.0-beta.0 774 1/20/2021
3.0.0-alpha.11 432 1/15/2021
3.0.0-alpha.10 705 1/10/2021
3.0.0-alpha.9 931 12/29/2020
3.0.0-alpha.8 753 12/25/2020
3.0.0-alpha.7 2,910 12/16/2020
3.0.0-alpha.6 2,074 11/30/2020
3.0.0-alpha.5 3,421 11/21/2020
3.0.0-alpha.4 2,006 11/2/2020
3.0.0-alpha.3 325 10/29/2020
3.0.0-alpha.2 440 10/21/2020
3.0.0-alpha.1 386 10/16/2020
3.0.0-alpha.0 679 9/25/2020
2.2.0-alpha 1,464 9/19/2020
2.1.8 1,118,836 11/21/2020
2.1.6 1,070,588 8/20/2020
2.1.5 177,036 7/27/2020
2.1.5-beta 3,246 6/30/2020
2.1.4 387,388 6/25/2020
2.1.3 279,600 6/5/2020
2.1.2-beta5 3,246 5/19/2020
2.1.2-beta4 1,619 5/12/2020
2.1.2-beta3 1,089 5/7/2020
2.1.2-beta2 19,565 4/16/2020
2.1.2-beta 3,305 3/31/2020
2.1.1 885,332 3/19/2020
2.1.0 426,502 2/24/2020
2.0.3 133,886 2/12/2020
2.0.2 19,060 2/8/2020
2.0.1 91,246 1/28/2020
2.0.0 13,958 1/28/2020
2.0.0-beta8 22,433 1/15/2020
2.0.0-beta7 156,049 12/17/2019
2.0.0-beta6 81,738 10/31/2019
2.0.0-beta5 6,133 10/29/2019
2.0.0-beta4 66,115 9/4/2019
2.0.0-beta3 11,845 7/26/2019
2.0.0-beta2 3,736 6/9/2019
2.0.0-beta 2,112 6/4/2019
1.2.1-beta 798 5/27/2019
1.2.0 1,086,810 5/23/2019
1.1.3-beta4 904 5/15/2019
1.1.3-beta3 653 5/13/2019
1.1.3-beta2 2,073 3/28/2019
1.1.3-beta 2,734 2/11/2019
1.1.2 376,666 1/16/2019
1.1.2-beta 1,197 1/8/2019
1.1.1 13,132 1/5/2019
1.1.0 64,047 12/5/2018
1.0.1-beta5 1,152 12/5/2018
1.0.1-beta4 1,675 12/3/2018
1.0.1-beta3 13,201 11/15/2018
1.0.1-beta2 1,659 11/14/2018
1.0.1-beta 16,348 10/24/2018
1.0.0 204,084 10/2/2018
1.0.0-rc2 20,717 9/7/2018
1.0.0-rc 3,960 8/24/2018
0.0.1-preview5 5,052 8/5/2018
0.0.1-preview4 3,467 7/30/2018
0.0.1-preview3 4,931 7/17/2018
0.0.1-preview2 4,946 7/3/2018
0.0.1-preview1 1,430 6/28/2018