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

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

FewBox.Core.Web

Web class lib.

Oms.Framework

Update page result

GitHub repositories (7)

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

Repository Stars
bitfoundation/bitplatform
Build all of your apps using what you already know and love ❤️
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.
Version Downloads Last updated
5.0.0 84,968 12/19/2024
5.0.0-alpha.1 949 11/25/2024
5.0.0-alpha.0 64 11/24/2024
4.13.0 522,408 11/5/2024
4.12.2 25,545 11/2/2024
4.12.1 344,361 10/10/2024
4.12.1-segv1 115 11/1/2024
4.12.0 159,688 10/2/2024
4.11.0 273,128 9/22/2024
4.10.2 411,435 8/21/2024
4.10.1 80,155 8/16/2024
4.10.0 27,254 8/14/2024
4.9.0 786,414 7/11/2024
4.9.0-sync.collection.2 70 7/30/2024
4.9.0-sync.collection.1 63 7/30/2024
4.8.1 140,102 7/2/2024
4.8.0 157,064 6/26/2024
4.7.0 575,602 5/27/2024
4.6.2 307,683 5/14/2024
4.6.1 5,534 5/14/2024
4.6.0 70,605 5/9/2024
4.5.0 185,461 4/30/2024
4.4.0 318,040 4/12/2024
4.3.0 22,185 4/10/2024
4.2.1 537,257 3/12/2024
4.2.0 32,837 3/11/2024
4.1.2 540,505 2/20/2024
4.1.1 83,721 2/14/2024
4.1.0 113,210 2/9/2024
4.0.3 22,580 2/7/2024
4.0.2 23,435 2/6/2024
4.0.1 20,506 2/5/2024
4.0.0 74,415 2/1/2024
4.0.0-beta.9 359 1/30/2024
4.0.0-beta.8 12,153 1/11/2024
4.0.0-beta.7 7,189 1/5/2024
4.0.0-beta.6 11,539 12/13/2023
4.0.0-beta.5 136 12/12/2023
4.0.0-beta.4 4,193 12/5/2023
4.0.0-beta.3 331 12/2/2023
4.0.0-beta.2 1,553 11/23/2023
4.0.0-beta.1 261 11/19/2023
4.0.0-beta.0 217 11/17/2023
4.0.0-alpha.0 1,789 11/9/2023
3.41.4 700,866 1/23/2024
3.41.3 965,614 11/29/2023
3.41.2 138,795 11/23/2023
3.41.1 44,736 11/22/2023
3.41.0 339,057 11/8/2023
3.40.1 495,137 10/12/2023
3.40.0 51,410 10/10/2023
3.40.0-beta.0 6,685 9/21/2023
3.39.1 456,105 9/12/2023
3.39.0 74,331 9/7/2023
3.38.0 6,119 9/6/2023
3.37.0 4,095 9/6/2023
3.36.0 224,245 8/22/2023
3.35.1 106,869 8/16/2023
3.35.0 87,030 8/8/2023
3.34.0 642,420 7/13/2023
3.33.1 661,031 6/13/2023
3.33.0 718,380 5/22/2023
3.32.0 11,798 5/22/2023
3.31.0 482,877 5/2/2023
3.30.0 355,442 4/11/2023
3.29.1 902,268 3/11/2023
3.29.0 123,708 3/6/2023
3.28.1 695,053 2/10/2023
3.28.0 35,536 2/8/2023
3.27.1 125,983 2/3/2023
3.27.0 78,986 2/1/2023
3.26.2 240,837 1/24/2023
3.26.1 170,580 1/17/2023
3.26.0 166,088 1/13/2023
3.25.0 644,575 12/23/2022
3.24.1 211,794 12/16/2022
3.24.0 1,217,752 11/18/2022
3.23.1 433,937 10/31/2022
3.23.0 41,131 10/27/2022
3.22.0 839,460 10/7/2022
3.21.0 959,644 9/2/2022
3.20.1 1,082,810 7/26/2022
3.20.0 56,632 7/22/2022
3.19.0 500,301 6/28/2022
3.18.0 226,349 6/15/2022
3.17.1 758,788 5/8/2022
3.17.0 91,680 5/3/2022
3.16.0 501,001 4/7/2022
3.15.0 588,974 3/15/2022
3.14.1 416,141 2/18/2022
3.14.0 125,051 2/14/2022
3.13.0 860,262 1/11/2022
3.12.3 323,991 12/19/2021
3.12.2 67,082 12/15/2021
3.12.1 204,623 12/6/2021
3.12.0 153,987 11/23/2021
3.12.0-alpha.1 3,692 11/7/2021
3.11.1 379,757 11/5/2021
3.11.0 123,265 11/2/2021
3.10.0 311,792 10/15/2021
3.9.4 351,098 9/29/2021
3.9.3 74,937 9/21/2021
3.9.2 103,729 9/10/2021
3.9.1 5,386 9/9/2021
3.9.0 157,079 8/27/2021
3.8.3 371,545 7/25/2021
3.8.2 71,354 7/17/2021
3.8.1 9,636 7/15/2021
3.8.0 113,253 7/14/2021
3.7.0 65,956 7/10/2021
3.6.1 114,835 7/2/2021
3.6.0 131,454 6/23/2021
3.6.0-alpha.2 632 6/18/2021
3.6.0-alpha.1 424 6/11/2021
3.5.0 299,946 6/7/2021
3.4.0 62,909 5/31/2021
3.4.0-beta.0 225 5/27/2021
3.3.5-beta.0 2,449 5/13/2021
3.3.4 452,180 4/26/2021
3.3.3 4,414 4/23/2021
3.3.2 21,269 4/23/2021
3.3.1 337,002 4/5/2021
3.3.0 27,675 4/3/2021
3.2.0 44,065 3/26/2021
3.1.0 293,986 3/10/2021
3.0.8 34,500 3/4/2021
3.0.7 104,583 2/20/2021
3.0.6 57,771 2/14/2021
3.0.5 40,393 2/9/2021
3.0.4 14,161 2/8/2021
3.0.3 51,070 2/3/2021
3.0.2 13,259 2/3/2021
3.0.1 92,492 1/29/2021
3.0.0 27,253 1/28/2021
3.0.0-beta.0 732 1/20/2021
3.0.0-alpha.11 392 1/15/2021
3.0.0-alpha.10 662 1/10/2021
3.0.0-alpha.9 888 12/29/2020
3.0.0-alpha.8 712 12/25/2020
3.0.0-alpha.7 2,869 12/16/2020
3.0.0-alpha.6 1,974 11/30/2020
3.0.0-alpha.5 3,378 11/21/2020
3.0.0-alpha.4 1,952 11/2/2020
3.0.0-alpha.3 274 10/29/2020
3.0.0-alpha.2 390 10/21/2020
3.0.0-alpha.1 336 10/16/2020
3.0.0-alpha.0 632 9/25/2020
2.2.0-alpha 1,379 9/19/2020
2.1.8 1,082,793 11/21/2020
2.1.6 1,050,860 8/20/2020
2.1.5 172,418 7/27/2020
2.1.5-beta 3,183 6/30/2020
2.1.4 378,131 6/25/2020
2.1.3 277,206 6/5/2020
2.1.2-beta5 3,197 5/19/2020
2.1.2-beta4 1,572 5/12/2020
2.1.2-beta3 1,032 5/7/2020
2.1.2-beta2 19,447 4/16/2020
2.1.2-beta 3,256 3/31/2020
2.1.1 859,836 3/19/2020
2.1.0 423,231 2/24/2020
2.0.3 128,698 2/12/2020
2.0.2 18,999 2/8/2020
2.0.1 87,142 1/28/2020
2.0.0 13,479 1/28/2020
2.0.0-beta8 22,376 1/15/2020
2.0.0-beta7 153,043 12/17/2019
2.0.0-beta6 81,574 10/31/2019
2.0.0-beta5 6,084 10/29/2019
2.0.0-beta4 66,002 9/4/2019
2.0.0-beta3 11,800 7/26/2019
2.0.0-beta2 3,680 6/9/2019
2.0.0-beta 2,065 6/4/2019
1.2.1-beta 729 5/27/2019
1.2.0 1,073,828 5/23/2019
1.1.3-beta4 856 5/15/2019
1.1.3-beta3 605 5/13/2019
1.1.3-beta2 2,024 3/28/2019
1.1.3-beta 2,683 2/11/2019
1.1.2 372,538 1/16/2019
1.1.2-beta 1,148 1/8/2019
1.1.1 13,067 1/5/2019
1.1.0 62,151 12/5/2018
1.0.1-beta5 1,074 12/5/2018
1.0.1-beta4 1,621 12/3/2018
1.0.1-beta3 13,136 11/15/2018
1.0.1-beta2 1,601 11/14/2018
1.0.1-beta 16,148 10/24/2018
1.0.0 198,948 10/2/2018
1.0.0-rc2 20,626 9/7/2018
1.0.0-rc 3,898 8/24/2018
0.0.1-preview5 4,952 8/5/2018
0.0.1-preview4 3,367 7/30/2018
0.0.1-preview3 4,783 7/17/2018
0.0.1-preview2 4,797 7/3/2018
0.0.1-preview1 1,329 6/28/2018