Sentry.AspNetCore 0.0.1-preview5

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-preview5
                    
NuGet\Install-Package Sentry.AspNetCore -Version 0.0.1-preview5
                    
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-preview5" />
                    
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-preview5" />
                    
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-preview5
                    
#r "nuget: Sentry.AspNetCore, 0.0.1-preview5"
                    
#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.
#:package Sentry.AspNetCore@0.0.1-preview5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Sentry.AspNetCore&version=0.0.1-preview5&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Sentry.AspNetCore&version=0.0.1-preview5&prerelease
                    
Install as a Cake Tool

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

For more details, please: refer to the SDK documentation

Depends on the main Sentry SDK and makes all its features available to use.

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
  • Request body compressed
  • Event flooding protection (429 retry-after and internal bound queue)
  • Strong named
  • Tested on Windows, Linux and macOS
  • Tested on .NET Core, .NET Framework and Mono

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.  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 (50)

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.

Oms.Framework

Update page result

N3O.Umbraco.Monitoring.Sentry

TODO

Amelia

Package Description

GitHub repositories (11)

Showing the top 11 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
🧰 简单易用的效率工具平台
ZaqueuCavalcante/syki
Full Education Management System.
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.
Dubzer/TgTranslator
Telegram bot that translates messages in groups
Version Downloads Last Updated
5.15.1 14,095 9/20/2025
5.15.1-maxpath.1 326 9/18/2025
5.15.0 32,668 9/11/2025
5.14.1 178,115 8/14/2025
5.14.0 45,137 8/8/2025
5.14.0-alpha.1 227 8/6/2025
5.14.0-alpha.0 310 8/5/2025
5.13.0 90,720 7/28/2025
5.12.0 103,508 7/15/2025
5.12.0-alpha.0 888 7/11/2025
5.11.2 299,863 6/25/2025
5.11.1 40,197 6/21/2025
5.11.0 16,597 6/19/2025
5.11.0-alpha.3 707 6/13/2025
5.11.0-alpha.1 306 6/7/2025
5.10.0 192,011 6/6/2025
5.9.0 50,438 5/30/2025
5.8.2-beta.1 165 5/29/2025
5.8.1 38,519 5/27/2025
5.8.0 109,618 5/21/2025
5.8.0-alpha.0 152 5/22/2025
5.7.0 100,697 5/13/2025
5.7.0-beta.0 1,246 5/2/2025
5.6.0 229,558 4/24/2025
5.5.1 315,781 4/8/2025
5.5.0 83,136 4/2/2025
5.4.0 266,320 3/15/2025
5.3.0 157,597 3/7/2025
5.2.0 195,538 2/26/2025
5.1.1 261,445 2/13/2025
5.1.0 384,049 2/3/2025
5.0.1 2,279,170 1/8/2025
5.0.0 587,239 12/19/2024
5.0.0-alpha.1 14,637 11/25/2024
5.0.0-alpha.0 129 11/24/2024
4.13.0 1,748,634 11/5/2024
4.12.2 64,694 11/2/2024
4.12.1 689,285 10/10/2024
4.12.1-segv1 179 11/1/2024
4.12.0 292,703 10/2/2024
4.11.0 416,622 9/22/2024
4.10.2 726,927 8/21/2024
4.10.1 123,206 8/16/2024
4.10.0 43,109 8/14/2024
4.9.0 1,067,777 7/11/2024
4.9.0-sync.collection.2 116 7/30/2024
4.9.0-sync.collection.1 114 7/30/2024
4.8.1 245,355 7/2/2024
4.8.0 248,567 6/26/2024
4.7.0 817,279 5/27/2024
4.6.2 396,190 5/14/2024
4.6.1 12,795 5/14/2024
4.6.0 93,761 5/9/2024
4.5.0 236,476 4/30/2024
4.4.0 447,651 4/12/2024
4.3.0 31,929 4/10/2024
4.2.1 667,081 3/12/2024
4.2.0 40,307 3/11/2024
4.1.2 771,830 2/20/2024
4.1.1 106,696 2/14/2024
4.1.0 137,696 2/9/2024
4.0.3 28,442 2/7/2024
4.0.2 37,133 2/6/2024
4.0.1 25,030 2/5/2024
4.0.0 93,088 2/1/2024
4.0.0-beta.9 412 1/30/2024
4.0.0-beta.8 12,402 1/11/2024
4.0.0-beta.7 7,257 1/5/2024
4.0.0-beta.6 15,470 12/13/2023
4.0.0-beta.5 193 12/12/2023
4.0.0-beta.4 4,262 12/5/2023
4.0.0-beta.3 382 12/2/2023
4.0.0-beta.2 1,622 11/23/2023
4.0.0-beta.1 322 11/19/2023
4.0.0-beta.0 269 11/17/2023
4.0.0-alpha.0 3,537 11/9/2023
3.41.4 1,001,896 1/23/2024
3.41.3 1,227,879 11/29/2023
3.41.2 170,992 11/23/2023
3.41.1 64,426 11/22/2023
3.41.0 372,595 11/8/2023
3.40.1 586,204 10/12/2023
3.40.0 55,568 10/10/2023
3.40.0-beta.0 6,773 9/21/2023
3.39.1 540,292 9/12/2023
3.39.0 97,028 9/7/2023
3.38.0 7,580 9/6/2023
3.37.0 6,315 9/6/2023
3.36.0 275,865 8/22/2023
3.35.1 113,631 8/16/2023
3.35.0 93,248 8/8/2023
3.34.0 777,896 7/13/2023
3.33.1 714,211 6/13/2023
3.33.0 818,573 5/22/2023
3.32.0 13,784 5/22/2023
3.31.0 569,016 5/2/2023
3.30.0 413,947 4/11/2023
3.29.1 986,894 3/11/2023
3.29.0 139,896 3/6/2023
3.28.1 726,512 2/10/2023
3.28.0 49,755 2/8/2023
3.27.1 143,689 2/3/2023
3.27.0 82,316 2/1/2023
3.26.2 264,678 1/24/2023
3.26.1 197,069 1/17/2023
3.26.0 181,246 1/13/2023
3.25.0 728,979 12/23/2022
3.24.1 256,991 12/16/2022
3.24.0 1,499,431 11/18/2022
3.23.1 468,068 10/31/2022
3.23.0 44,137 10/27/2022
3.22.0 965,564 10/7/2022
3.21.0 1,119,454 9/2/2022
3.20.1 1,188,375 7/26/2022
3.20.0 58,702 7/22/2022
3.19.0 534,594 6/28/2022
3.18.0 248,202 6/15/2022
3.17.1 803,062 5/8/2022
3.17.0 92,987 5/3/2022
3.16.0 528,703 4/7/2022
3.15.0 636,109 3/15/2022
3.14.1 440,174 2/18/2022
3.14.0 132,377 2/14/2022
3.13.0 901,330 1/11/2022
3.12.3 346,348 12/19/2021
3.12.2 77,477 12/15/2021
3.12.1 223,463 12/6/2021
3.12.0 161,267 11/23/2021
3.12.0-alpha.1 3,876 11/7/2021
3.11.1 397,157 11/5/2021
3.11.0 148,217 11/2/2021
3.10.0 356,801 10/15/2021
3.9.4 406,631 9/29/2021
3.9.3 77,610 9/21/2021
3.9.2 109,759 9/10/2021
3.9.1 6,556 9/9/2021
3.9.0 170,589 8/27/2021
3.8.3 386,922 7/25/2021
3.8.2 72,379 7/17/2021
3.8.1 10,431 7/15/2021
3.8.0 127,343 7/14/2021
3.7.0 71,351 7/10/2021
3.6.1 121,433 7/2/2021
3.6.0 135,880 6/23/2021
3.6.0-alpha.2 742 6/18/2021
3.6.0-alpha.1 537 6/11/2021
3.5.0 316,370 6/7/2021
3.4.0 64,142 5/31/2021
3.4.0-beta.0 332 5/27/2021
3.3.5-beta.0 2,565 5/13/2021
3.3.4 471,438 4/26/2021
3.3.3 5,249 4/23/2021
3.3.2 21,984 4/23/2021
3.3.1 344,853 4/5/2021
3.3.0 28,876 4/3/2021
3.2.0 47,505 3/26/2021
3.1.0 302,093 3/10/2021
3.0.8 35,598 3/4/2021
3.0.7 111,325 2/20/2021
3.0.6 61,799 2/14/2021
3.0.5 42,518 2/9/2021
3.0.4 15,169 2/8/2021
3.0.3 52,200 2/3/2021
3.0.2 18,093 2/3/2021
3.0.1 98,427 1/29/2021
3.0.0 39,496 1/28/2021
3.0.0-beta.0 864 1/20/2021
3.0.0-alpha.11 525 1/15/2021
3.0.0-alpha.10 793 1/10/2021
3.0.0-alpha.9 1,029 12/29/2020
3.0.0-alpha.8 839 12/25/2020
3.0.0-alpha.7 2,999 12/16/2020
3.0.0-alpha.6 2,158 11/30/2020
3.0.0-alpha.5 3,513 11/21/2020
3.0.0-alpha.4 2,094 11/2/2020
3.0.0-alpha.3 414 10/29/2020
3.0.0-alpha.2 531 10/21/2020
3.0.0-alpha.1 476 10/16/2020
3.0.0-alpha.0 764 9/25/2020
2.2.0-alpha 1,558 9/19/2020
2.1.8 1,155,081 11/21/2020
2.1.6 1,087,199 8/20/2020
2.1.5 180,446 7/27/2020
2.1.5-beta 3,338 6/30/2020
2.1.4 394,833 6/25/2020
2.1.3 282,007 6/5/2020
2.1.2-beta5 3,345 5/19/2020
2.1.2-beta4 1,715 5/12/2020
2.1.2-beta3 1,186 5/7/2020
2.1.2-beta2 19,665 4/16/2020
2.1.2-beta 3,406 3/31/2020
2.1.1 903,234 3/19/2020
2.1.0 429,145 2/24/2020
2.0.3 137,933 2/12/2020
2.0.2 19,748 2/8/2020
2.0.1 95,667 1/28/2020
2.0.0 14,902 1/28/2020
2.0.0-beta8 22,534 1/15/2020
2.0.0-beta7 158,583 12/17/2019
2.0.0-beta6 81,850 10/31/2019
2.0.0-beta5 6,233 10/29/2019
2.0.0-beta4 66,288 9/4/2019
2.0.0-beta3 11,940 7/26/2019
2.0.0-beta2 3,833 6/9/2019
2.0.0-beta 2,213 6/4/2019
1.2.1-beta 887 5/27/2019
1.2.0 1,099,598 5/23/2019
1.1.3-beta4 993 5/15/2019
1.1.3-beta3 740 5/13/2019
1.1.3-beta2 2,164 3/28/2019
1.1.3-beta 2,832 2/11/2019
1.1.2 378,997 1/16/2019
1.1.2-beta 1,291 1/8/2019
1.1.1 13,866 1/5/2019
1.1.0 66,760 12/5/2018
1.0.1-beta5 1,243 12/5/2018
1.0.1-beta4 1,759 12/3/2018
1.0.1-beta3 13,299 11/15/2018
1.0.1-beta2 1,745 11/14/2018
1.0.1-beta 16,612 10/24/2018
1.0.0 207,241 10/2/2018
1.0.0-rc2 20,818 9/7/2018
1.0.0-rc 4,072 8/24/2018
0.0.1-preview5 5,206 8/5/2018
0.0.1-preview4 3,615 7/30/2018
0.0.1-preview3 5,140 7/17/2018
0.0.1-preview2 5,163 7/3/2018
0.0.1-preview1 1,580 6/28/2018