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.
#:package Sentry.AspNetCore@0.0.1-preview1
                    
#: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-preview1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Sentry.AspNetCore&version=0.0.1-preview1&prerelease
                    
Install 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 (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

Amelia

Package Description

N3O.Umbraco.Monitoring.Sentry

TODO

GitHub repositories (10)

Showing the top 10 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.
Dubzer/TgTranslator
Telegram bot that translates messages in groups
Version Downloads Last Updated
5.14.1 13,528 8/14/2025
5.14.0 18,540 8/8/2025
5.14.0-alpha.1 221 8/6/2025
5.14.0-alpha.0 223 8/5/2025
5.13.0 39,487 7/28/2025
5.12.0 35,180 7/15/2025
5.12.0-alpha.0 672 7/11/2025
5.11.2 162,626 6/25/2025
5.11.1 24,264 6/21/2025
5.11.0 12,568 6/19/2025
5.11.0-alpha.3 539 6/13/2025
5.11.0-alpha.1 293 6/7/2025
5.10.0 131,916 6/6/2025
5.9.0 41,433 5/30/2025
5.8.2-beta.1 156 5/29/2025
5.8.1 29,543 5/27/2025
5.8.0 76,885 5/21/2025
5.8.0-alpha.0 139 5/22/2025
5.7.0 82,734 5/13/2025
5.7.0-beta.0 1,014 5/2/2025
5.6.0 193,613 4/24/2025
5.5.1 253,365 4/8/2025
5.5.0 69,319 4/2/2025
5.4.0 227,354 3/15/2025
5.3.0 134,708 3/7/2025
5.2.0 169,597 2/26/2025
5.1.1 240,401 2/13/2025
5.1.0 318,514 2/3/2025
5.0.1 1,747,276 1/8/2025
5.0.0 516,851 12/19/2024
5.0.0-alpha.1 11,730 11/25/2024
5.0.0-alpha.0 121 11/24/2024
4.13.0 1,608,871 11/5/2024
4.12.2 57,826 11/2/2024
4.12.1 643,586 10/10/2024
4.12.1-segv1 167 11/1/2024
4.12.0 282,365 10/2/2024
4.11.0 400,906 9/22/2024
4.10.2 677,332 8/21/2024
4.10.1 115,578 8/16/2024
4.10.0 40,936 8/14/2024
4.9.0 1,026,682 7/11/2024
4.9.0-sync.collection.2 110 7/30/2024
4.9.0-sync.collection.1 105 7/30/2024
4.8.1 231,070 7/2/2024
4.8.0 230,290 6/26/2024
4.7.0 778,292 5/27/2024
4.6.2 379,188 5/14/2024
4.6.1 11,363 5/14/2024
4.6.0 89,782 5/9/2024
4.5.0 230,420 4/30/2024
4.4.0 427,586 4/12/2024
4.3.0 29,982 4/10/2024
4.2.1 644,852 3/12/2024
4.2.0 38,279 3/11/2024
4.1.2 732,890 2/20/2024
4.1.1 103,458 2/14/2024
4.1.0 133,595 2/9/2024
4.0.3 27,220 2/7/2024
4.0.2 35,332 2/6/2024
4.0.1 23,716 2/5/2024
4.0.0 87,742 2/1/2024
4.0.0-beta.9 402 1/30/2024
4.0.0-beta.8 12,382 1/11/2024
4.0.0-beta.7 7,244 1/5/2024
4.0.0-beta.6 14,836 12/13/2023
4.0.0-beta.5 176 12/12/2023
4.0.0-beta.4 4,251 12/5/2023
4.0.0-beta.3 369 12/2/2023
4.0.0-beta.2 1,609 11/23/2023
4.0.0-beta.1 308 11/19/2023
4.0.0-beta.0 261 11/17/2023
4.0.0-alpha.0 3,239 11/9/2023
3.41.4 957,601 1/23/2024
3.41.3 1,189,547 11/29/2023
3.41.2 165,829 11/23/2023
3.41.1 60,579 11/22/2023
3.41.0 366,710 11/8/2023
3.40.1 572,979 10/12/2023
3.40.0 54,488 10/10/2023
3.40.0-beta.0 6,760 9/21/2023
3.39.1 527,171 9/12/2023
3.39.0 92,200 9/7/2023
3.38.0 6,946 9/6/2023
3.37.0 5,241 9/6/2023
3.36.0 265,597 8/22/2023
3.35.1 112,535 8/16/2023
3.35.0 91,980 8/8/2023
3.34.0 763,538 7/13/2023
3.33.1 704,839 6/13/2023
3.33.0 808,563 5/22/2023
3.32.0 13,074 5/22/2023
3.31.0 555,422 5/2/2023
3.30.0 406,703 4/11/2023
3.29.1 974,030 3/11/2023
3.29.0 137,067 3/6/2023
3.28.1 722,382 2/10/2023
3.28.0 48,327 2/8/2023
3.27.1 141,656 2/3/2023
3.27.0 81,397 2/1/2023
3.26.2 262,675 1/24/2023
3.26.1 190,444 1/17/2023
3.26.0 179,226 1/13/2023
3.25.0 716,353 12/23/2022
3.24.1 247,400 12/16/2022
3.24.0 1,447,233 11/18/2022
3.23.1 462,362 10/31/2022
3.23.0 43,334 10/27/2022
3.22.0 940,624 10/7/2022
3.21.0 1,085,294 9/2/2022
3.20.1 1,176,320 7/26/2022
3.20.0 57,927 7/22/2022
3.19.0 527,804 6/28/2022
3.18.0 243,700 6/15/2022
3.17.1 797,866 5/8/2022
3.17.0 92,351 5/3/2022
3.16.0 523,187 4/7/2022
3.15.0 625,854 3/15/2022
3.14.1 436,476 2/18/2022
3.14.0 131,298 2/14/2022
3.13.0 894,947 1/11/2022
3.12.3 342,411 12/19/2021
3.12.2 74,401 12/15/2021
3.12.1 220,349 12/6/2021
3.12.0 159,602 11/23/2021
3.12.0-alpha.1 3,846 11/7/2021
3.11.1 391,854 11/5/2021
3.11.0 143,092 11/2/2021
3.10.0 349,479 10/15/2021
3.9.4 395,938 9/29/2021
3.9.3 76,767 9/21/2021
3.9.2 107,832 9/10/2021
3.9.1 5,821 9/9/2021
3.9.0 169,191 8/27/2021
3.8.3 384,170 7/25/2021
3.8.2 71,769 7/17/2021
3.8.1 9,827 7/15/2021
3.8.0 124,803 7/14/2021
3.7.0 70,179 7/10/2021
3.6.1 120,057 7/2/2021
3.6.0 134,814 6/23/2021
3.6.0-alpha.2 721 6/18/2021
3.6.0-alpha.1 517 6/11/2021
3.5.0 313,437 6/7/2021
3.4.0 63,472 5/31/2021
3.4.0-beta.0 314 5/27/2021
3.3.5-beta.0 2,543 5/13/2021
3.3.4 468,291 4/26/2021
3.3.3 4,650 4/23/2021
3.3.2 21,393 4/23/2021
3.3.1 343,148 4/5/2021
3.3.0 28,267 4/3/2021
3.2.0 46,403 3/26/2021
3.1.0 300,311 3/10/2021
3.0.8 34,903 3/4/2021
3.0.7 109,949 2/20/2021
3.0.6 61,038 2/14/2021
3.0.5 41,718 2/9/2021
3.0.4 14,545 2/8/2021
3.0.3 51,569 2/3/2021
3.0.2 16,897 2/3/2021
3.0.1 97,356 1/29/2021
3.0.0 36,766 1/28/2021
3.0.0-beta.0 842 1/20/2021
3.0.0-alpha.11 505 1/15/2021
3.0.0-alpha.10 772 1/10/2021
3.0.0-alpha.9 1,008 12/29/2020
3.0.0-alpha.8 818 12/25/2020
3.0.0-alpha.7 2,979 12/16/2020
3.0.0-alpha.6 2,139 11/30/2020
3.0.0-alpha.5 3,493 11/21/2020
3.0.0-alpha.4 2,076 11/2/2020
3.0.0-alpha.3 388 10/29/2020
3.0.0-alpha.2 512 10/21/2020
3.0.0-alpha.1 456 10/16/2020
3.0.0-alpha.0 745 9/25/2020
2.2.0-alpha 1,538 9/19/2020
2.1.8 1,140,991 11/21/2020
2.1.6 1,081,006 8/20/2020
2.1.5 178,920 7/27/2020
2.1.5-beta 3,317 6/30/2020
2.1.4 392,153 6/25/2020
2.1.3 280,779 6/5/2020
2.1.2-beta5 3,320 5/19/2020
2.1.2-beta4 1,696 5/12/2020
2.1.2-beta3 1,166 5/7/2020
2.1.2-beta2 19,638 4/16/2020
2.1.2-beta 3,380 3/31/2020
2.1.1 896,433 3/19/2020
2.1.0 428,101 2/24/2020
2.0.3 136,155 2/12/2020
2.0.2 19,157 2/8/2020
2.0.1 93,694 1/28/2020
2.0.0 14,189 1/28/2020
2.0.0-beta8 22,512 1/15/2020
2.0.0-beta7 158,471 12/17/2019
2.0.0-beta6 81,822 10/31/2019
2.0.0-beta5 6,210 10/29/2019
2.0.0-beta4 66,224 9/4/2019
2.0.0-beta3 11,915 7/26/2019
2.0.0-beta2 3,810 6/9/2019
2.0.0-beta 2,189 6/4/2019
1.2.1-beta 868 5/27/2019
1.2.0 1,094,788 5/23/2019
1.1.3-beta4 974 5/15/2019
1.1.3-beta3 719 5/13/2019
1.1.3-beta2 2,145 3/28/2019
1.1.3-beta 2,809 2/11/2019
1.1.2 377,755 1/16/2019
1.1.2-beta 1,268 1/8/2019
1.1.1 13,275 1/5/2019
1.1.0 65,253 12/5/2018
1.0.1-beta5 1,226 12/5/2018
1.0.1-beta4 1,742 12/3/2018
1.0.1-beta3 13,279 11/15/2018
1.0.1-beta2 1,729 11/14/2018
1.0.1-beta 16,527 10/24/2018
1.0.0 205,580 10/2/2018
1.0.0-rc2 20,793 9/7/2018
1.0.0-rc 4,049 8/24/2018
0.0.1-preview5 5,173 8/5/2018
0.0.1-preview4 3,583 7/30/2018
0.0.1-preview3 5,098 7/17/2018
0.0.1-preview2 5,119 7/3/2018
0.0.1-preview1 1,552 6/28/2018