Sentry.AspNetCore 0.0.1-preview4

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-preview4
                    
NuGet\Install-Package Sentry.AspNetCore -Version 0.0.1-preview4
                    
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-preview4" />
                    
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-preview4" />
                    
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-preview4
                    
#r "nuget: Sentry.AspNetCore, 0.0.1-preview4"
                    
#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-preview4&prerelease
                    
Install Sentry.AspNetCore as a Cake Addin
#tool nuget:?package=Sentry.AspNetCore&version=0.0.1-preview4&prerelease
                    
Install Sentry.AspNetCore 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

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. 
.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.6.0 3,460 2 days ago
5.5.1 55,602 18 days ago
5.5.0 27,242 24 days ago
5.4.0 107,399 a month ago
5.3.0 74,939 2 months ago
5.2.0 91,741 2 months ago
5.1.1 158,658 2 months ago
5.1.0 187,375 3 months ago
5.0.1 807,256 4 months ago
5.0.0 372,641 4 months ago
5.0.0-alpha.1 6,124 5 months ago
5.0.0-alpha.0 82 5 months ago
4.13.0 1,178,590 6 months ago
4.12.2 44,758 6 months ago
4.12.1 525,645 7 months ago
4.12.1-segv1 136 6 months ago
4.12.0 257,209 7 months ago
4.11.0 359,412 7 months ago
4.10.2 549,946 8 months ago
4.10.1 100,824 8 months ago
4.10.0 35,287 8 months ago
4.9.0 924,646 9 months ago
4.9.0-sync.collection.2 85 9 months ago
4.9.0-sync.collection.1 74 9 months ago
4.8.1 190,109 10 months ago
4.8.0 193,073 10 months ago
4.7.0 687,739 5/27/2024
4.6.2 344,163 5/14/2024
4.6.1 9,662 5/14/2024
4.6.0 83,407 5/9/2024
4.5.0 213,108 4/30/2024
4.4.0 382,035 4/12/2024
4.3.0 25,879 4/10/2024
4.2.1 600,064 3/12/2024
4.2.0 35,952 3/11/2024
4.1.2 640,800 2/20/2024
4.1.1 94,272 2/14/2024
4.1.0 123,934 2/9/2024
4.0.3 25,349 2/7/2024
4.0.2 29,056 2/6/2024
4.0.1 22,417 2/5/2024
4.0.0 80,610 2/1/2024
4.0.0-beta.9 369 1/30/2024
4.0.0-beta.8 12,306 1/11/2024
4.0.0-beta.7 7,207 1/5/2024
4.0.0-beta.6 13,709 12/13/2023
4.0.0-beta.5 147 12/12/2023
4.0.0-beta.4 4,216 12/5/2023
4.0.0-beta.3 341 12/2/2023
4.0.0-beta.2 1,580 11/23/2023
4.0.0-beta.1 273 11/19/2023
4.0.0-beta.0 225 11/17/2023
4.0.0-alpha.0 2,601 11/9/2023
3.41.4 848,939 1/23/2024
3.41.3 1,073,517 11/29/2023
3.41.2 155,877 11/23/2023
3.41.1 53,377 11/22/2023
3.41.0 355,217 11/8/2023
3.40.1 540,843 10/12/2023
3.40.0 53,339 10/10/2023
3.40.0-beta.0 6,704 9/21/2023
3.39.1 492,895 9/12/2023
3.39.0 84,903 9/7/2023
3.38.0 6,694 9/6/2023
3.37.0 4,850 9/6/2023
3.36.0 244,694 8/22/2023
3.35.1 111,068 8/16/2023
3.35.0 90,580 8/8/2023
3.34.0 712,220 7/13/2023
3.33.1 688,307 6/13/2023
3.33.0 775,645 5/22/2023
3.32.0 12,602 5/22/2023
3.31.0 524,484 5/2/2023
3.30.0 385,464 4/11/2023
3.29.1 943,313 3/11/2023
3.29.0 130,700 3/6/2023
3.28.1 712,262 2/10/2023
3.28.0 39,162 2/8/2023
3.27.1 138,884 2/3/2023
3.27.0 80,582 2/1/2023
3.26.2 257,714 1/24/2023
3.26.1 178,675 1/17/2023
3.26.0 174,738 1/13/2023
3.25.0 685,280 12/23/2022
3.24.1 230,261 12/16/2022
3.24.0 1,338,506 11/18/2022
3.23.1 451,048 10/31/2022
3.23.0 42,637 10/27/2022
3.22.0 894,777 10/7/2022
3.21.0 1,019,110 9/2/2022
3.20.1 1,140,978 7/26/2022
3.20.0 57,399 7/22/2022
3.19.0 515,826 6/28/2022
3.18.0 235,920 6/15/2022
3.17.1 779,532 5/8/2022
3.17.0 92,113 5/3/2022
3.16.0 514,099 4/7/2022
3.15.0 609,674 3/15/2022
3.14.1 427,419 2/18/2022
3.14.0 129,459 2/14/2022
3.13.0 882,145 1/11/2022
3.12.3 334,967 12/19/2021
3.12.2 70,598 12/15/2021
3.12.1 213,015 12/6/2021
3.12.0 156,935 11/23/2021
3.12.0-alpha.1 3,759 11/7/2021
3.11.1 383,838 11/5/2021
3.11.0 133,783 11/2/2021
3.10.0 334,145 10/15/2021
3.9.4 371,679 9/29/2021
3.9.3 76,011 9/21/2021
3.9.2 106,141 9/10/2021
3.9.1 5,619 9/9/2021
3.9.0 161,064 8/27/2021
3.8.3 379,043 7/25/2021
3.8.2 71,584 7/17/2021
3.8.1 9,726 7/15/2021
3.8.0 120,274 7/14/2021
3.7.0 68,284 7/10/2021
3.6.1 117,636 7/2/2021
3.6.0 133,867 6/23/2021
3.6.0-alpha.2 659 6/18/2021
3.6.0-alpha.1 452 6/11/2021
3.5.0 307,935 6/7/2021
3.4.0 63,179 5/31/2021
3.4.0-beta.0 250 5/27/2021
3.3.5-beta.0 2,476 5/13/2021
3.3.4 460,379 4/26/2021
3.3.3 4,507 4/23/2021
3.3.2 21,305 4/23/2021
3.3.1 340,652 4/5/2021
3.3.0 28,025 4/3/2021
3.2.0 45,308 3/26/2021
3.1.0 297,923 3/10/2021
3.0.8 34,735 3/4/2021
3.0.7 107,278 2/20/2021
3.0.6 60,095 2/14/2021
3.0.5 41,036 2/9/2021
3.0.4 14,317 2/8/2021
3.0.3 51,373 2/3/2021
3.0.2 15,201 2/3/2021
3.0.1 95,925 1/29/2021
3.0.0 32,397 1/28/2021
3.0.0-beta.0 766 1/20/2021
3.0.0-alpha.11 424 1/15/2021
3.0.0-alpha.10 697 1/10/2021
3.0.0-alpha.9 922 12/29/2020
3.0.0-alpha.8 745 12/25/2020
3.0.0-alpha.7 2,902 12/16/2020
3.0.0-alpha.6 2,066 11/30/2020
3.0.0-alpha.5 3,413 11/21/2020
3.0.0-alpha.4 1,997 11/2/2020
3.0.0-alpha.3 316 10/29/2020
3.0.0-alpha.2 432 10/21/2020
3.0.0-alpha.1 378 10/16/2020
3.0.0-alpha.0 671 9/25/2020
2.2.0-alpha 1,456 9/19/2020
2.1.8 1,113,190 11/21/2020
2.1.6 1,067,984 8/20/2020
2.1.5 175,917 7/27/2020
2.1.5-beta 3,237 6/30/2020
2.1.4 386,176 6/25/2020
2.1.3 279,191 6/5/2020
2.1.2-beta5 3,235 5/19/2020
2.1.2-beta4 1,609 5/12/2020
2.1.2-beta3 1,077 5/7/2020
2.1.2-beta2 19,544 4/16/2020
2.1.2-beta 3,293 3/31/2020
2.1.1 881,745 3/19/2020
2.1.0 426,129 2/24/2020
2.0.3 133,372 2/12/2020
2.0.2 19,047 2/8/2020
2.0.1 90,868 1/28/2020
2.0.0 13,921 1/28/2020
2.0.0-beta8 22,424 1/15/2020
2.0.0-beta7 155,119 12/17/2019
2.0.0-beta6 81,714 10/31/2019
2.0.0-beta5 6,123 10/29/2019
2.0.0-beta4 66,103 9/4/2019
2.0.0-beta3 11,836 7/26/2019
2.0.0-beta2 3,725 6/9/2019
2.0.0-beta 2,103 6/4/2019
1.2.1-beta 789 5/27/2019
1.2.0 1,084,291 5/23/2019
1.1.3-beta4 894 5/15/2019
1.1.3-beta3 644 5/13/2019
1.1.3-beta2 2,064 3/28/2019
1.1.3-beta 2,724 2/11/2019
1.1.2 376,242 1/16/2019
1.1.2-beta 1,188 1/8/2019
1.1.1 13,118 1/5/2019
1.1.0 63,782 12/5/2018
1.0.1-beta5 1,141 12/5/2018
1.0.1-beta4 1,665 12/3/2018
1.0.1-beta3 13,191 11/15/2018
1.0.1-beta2 1,648 11/14/2018
1.0.1-beta 16,325 10/24/2018
1.0.0 203,215 10/2/2018
1.0.0-rc2 20,707 9/7/2018
1.0.0-rc 3,950 8/24/2018
0.0.1-preview5 5,034 8/5/2018
0.0.1-preview4 3,448 7/30/2018
0.0.1-preview3 4,905 7/17/2018
0.0.1-preview2 4,920 7/3/2018
0.0.1-preview1 1,411 6/28/2018