Sentry.AspNetCore 0.0.1-preview2

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

Showing the top 7 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
Version Downloads Last updated
5.5.1 9,308 4 days ago
5.5.0 17,267 10 days ago
5.4.0 79,701 a month ago
5.3.0 64,624 a month ago
5.2.0 77,939 2 months ago
5.1.1 141,024 2 months ago
5.1.0 170,345 2 months ago
5.0.1 717,384 3 months ago
5.0.0 356,744 4 months ago
5.0.0-alpha.1 5,583 5 months ago
5.0.0-alpha.0 82 5 months ago
4.13.0 1,117,974 5 months ago
4.12.2 42,739 5 months ago
4.12.1 508,450 6 months ago
4.12.1-segv1 135 5 months ago
4.12.0 253,780 6 months ago
4.11.0 352,664 7 months ago
4.10.2 535,882 8 months ago
4.10.1 98,696 8 months ago
4.10.0 34,252 8 months ago
4.9.0 912,025 9 months ago
4.9.0-sync.collection.2 84 8 months ago
4.9.0-sync.collection.1 74 8 months ago
4.8.1 184,579 9 months ago
4.8.0 186,777 10 months ago
4.7.0 676,042 5/27/2024
4.6.2 340,220 5/14/2024
4.6.1 9,397 5/14/2024
4.6.0 82,546 5/9/2024
4.5.0 210,309 4/30/2024
4.4.0 375,699 4/12/2024
4.3.0 25,270 4/10/2024
4.2.1 593,300 3/12/2024
4.2.0 35,435 3/11/2024
4.1.2 630,384 2/20/2024
4.1.1 93,083 2/14/2024
4.1.0 122,674 2/9/2024
4.0.3 24,989 2/7/2024
4.0.2 28,500 2/6/2024
4.0.1 22,174 2/5/2024
4.0.0 79,987 2/1/2024
4.0.0-beta.9 369 1/30/2024
4.0.0-beta.8 12,303 1/11/2024
4.0.0-beta.7 7,207 1/5/2024
4.0.0-beta.6 13,401 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 340 12/2/2023
4.0.0-beta.2 1,580 11/23/2023
4.0.0-beta.1 272 11/19/2023
4.0.0-beta.0 225 11/17/2023
4.0.0-alpha.0 2,589 11/9/2023
3.41.4 834,798 1/23/2024
3.41.3 1,060,077 11/29/2023
3.41.2 154,579 11/23/2023
3.41.1 52,071 11/22/2023
3.41.0 353,580 11/8/2023
3.40.1 536,021 10/12/2023
3.40.0 53,049 10/10/2023
3.40.0-beta.0 6,703 9/21/2023
3.39.1 488,897 9/12/2023
3.39.0 83,616 9/7/2023
3.38.0 6,612 9/6/2023
3.37.0 4,717 9/6/2023
3.36.0 242,086 8/22/2023
3.35.1 110,595 8/16/2023
3.35.0 90,176 8/8/2023
3.34.0 704,946 7/13/2023
3.33.1 686,177 6/13/2023
3.33.0 768,575 5/22/2023
3.32.0 12,501 5/22/2023
3.31.0 520,031 5/2/2023
3.30.0 382,541 4/11/2023
3.29.1 939,122 3/11/2023
3.29.0 129,813 3/6/2023
3.28.1 710,282 2/10/2023
3.28.0 38,841 2/8/2023
3.27.1 138,434 2/3/2023
3.27.0 80,495 2/1/2023
3.26.2 256,593 1/24/2023
3.26.1 177,884 1/17/2023
3.26.0 174,100 1/13/2023
3.25.0 680,798 12/23/2022
3.24.1 227,777 12/16/2022
3.24.0 1,324,776 11/18/2022
3.23.1 449,242 10/31/2022
3.23.0 42,472 10/27/2022
3.22.0 888,031 10/7/2022
3.21.0 1,012,194 9/2/2022
3.20.1 1,135,521 7/26/2022
3.20.0 57,222 7/22/2022
3.19.0 513,984 6/28/2022
3.18.0 235,106 6/15/2022
3.17.1 776,386 5/8/2022
3.17.0 92,083 5/3/2022
3.16.0 512,850 4/7/2022
3.15.0 607,159 3/15/2022
3.14.1 425,681 2/18/2022
3.14.0 129,024 2/14/2022
3.13.0 880,012 1/11/2022
3.12.3 333,981 12/19/2021
3.12.2 70,319 12/15/2021
3.12.1 212,265 12/6/2021
3.12.0 156,651 11/23/2021
3.12.0-alpha.1 3,749 11/7/2021
3.11.1 383,514 11/5/2021
3.11.0 133,123 11/2/2021
3.10.0 331,901 10/15/2021
3.9.4 368,788 9/29/2021
3.9.3 75,800 9/21/2021
3.9.2 105,877 9/10/2021
3.9.1 5,580 9/9/2021
3.9.0 160,501 8/27/2021
3.8.3 378,215 7/25/2021
3.8.2 71,570 7/17/2021
3.8.1 9,718 7/15/2021
3.8.0 119,735 7/14/2021
3.7.0 68,047 7/10/2021
3.6.1 117,274 7/2/2021
3.6.0 133,669 6/23/2021
3.6.0-alpha.2 656 6/18/2021
3.6.0-alpha.1 449 6/11/2021
3.5.0 307,081 6/7/2021
3.4.0 63,157 5/31/2021
3.4.0-beta.0 247 5/27/2021
3.3.5-beta.0 2,473 5/13/2021
3.3.4 459,386 4/26/2021
3.3.3 4,490 4/23/2021
3.3.2 21,300 4/23/2021
3.3.1 340,312 4/5/2021
3.3.0 27,991 4/3/2021
3.2.0 45,171 3/26/2021
3.1.0 297,627 3/10/2021
3.0.8 34,680 3/4/2021
3.0.7 107,059 2/20/2021
3.0.6 59,807 2/14/2021
3.0.5 40,995 2/9/2021
3.0.4 14,304 2/8/2021
3.0.3 51,329 2/3/2021
3.0.2 15,003 2/3/2021
3.0.1 95,657 1/29/2021
3.0.0 31,745 1/28/2021
3.0.0-beta.0 761 1/20/2021
3.0.0-alpha.11 419 1/15/2021
3.0.0-alpha.10 692 1/10/2021
3.0.0-alpha.9 917 12/29/2020
3.0.0-alpha.8 740 12/25/2020
3.0.0-alpha.7 2,897 12/16/2020
3.0.0-alpha.6 2,060 11/30/2020
3.0.0-alpha.5 3,408 11/21/2020
3.0.0-alpha.4 1,991 11/2/2020
3.0.0-alpha.3 311 10/29/2020
3.0.0-alpha.2 427 10/21/2020
3.0.0-alpha.1 371 10/16/2020
3.0.0-alpha.0 666 9/25/2020
2.2.0-alpha 1,443 9/19/2020
2.1.8 1,109,410 11/21/2020
2.1.6 1,066,213 8/20/2020
2.1.5 175,278 7/27/2020
2.1.5-beta 3,232 6/30/2020
2.1.4 385,231 6/25/2020
2.1.3 278,933 6/5/2020
2.1.2-beta5 3,229 5/19/2020
2.1.2-beta4 1,604 5/12/2020
2.1.2-beta3 1,072 5/7/2020
2.1.2-beta2 19,516 4/16/2020
2.1.2-beta 3,287 3/31/2020
2.1.1 878,762 3/19/2020
2.1.0 425,895 2/24/2020
2.0.3 132,941 2/12/2020
2.0.2 19,040 2/8/2020
2.0.1 90,340 1/28/2020
2.0.0 13,883 1/28/2020
2.0.0-beta8 22,418 1/15/2020
2.0.0-beta7 154,523 12/17/2019
2.0.0-beta6 81,691 10/31/2019
2.0.0-beta5 6,117 10/29/2019
2.0.0-beta4 66,085 9/4/2019
2.0.0-beta3 11,830 7/26/2019
2.0.0-beta2 3,718 6/9/2019
2.0.0-beta 2,096 6/4/2019
1.2.1-beta 779 5/27/2019
1.2.0 1,082,910 5/23/2019
1.1.3-beta4 887 5/15/2019
1.1.3-beta3 637 5/13/2019
1.1.3-beta2 2,057 3/28/2019
1.1.3-beta 2,716 2/11/2019
1.1.2 376,041 1/16/2019
1.1.2-beta 1,181 1/8/2019
1.1.1 13,110 1/5/2019
1.1.0 63,573 12/5/2018
1.0.1-beta5 1,130 12/5/2018
1.0.1-beta4 1,657 12/3/2018
1.0.1-beta3 13,184 11/15/2018
1.0.1-beta2 1,641 11/14/2018
1.0.1-beta 16,297 10/24/2018
1.0.0 202,826 10/2/2018
1.0.0-rc2 20,699 9/7/2018
1.0.0-rc 3,942 8/24/2018
0.0.1-preview5 5,020 8/5/2018
0.0.1-preview4 3,434 7/30/2018
0.0.1-preview3 4,884 7/17/2018
0.0.1-preview2 4,899 7/3/2018
0.0.1-preview1 1,397 6/28/2018