Sentry 5.14.1

Prefix Reserved
dotnet add package Sentry --version 5.14.1
                    
NuGet\Install-Package Sentry -Version 5.14.1
                    
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" Version="5.14.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Sentry" Version="5.14.1" />
                    
Directory.Packages.props
<PackageReference Include="Sentry" />
                    
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 --version 5.14.1
                    
#r "nuget: Sentry, 5.14.1"
                    
#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@5.14.1
                    
#: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&version=5.14.1
                    
Install as a Cake Addin
#tool nuget:?package=Sentry&version=5.14.1
                    
Install as a Cake Tool

<p align="center"> <a href="https://sentry.io" target="_blank" align="left"> <img src="https://raw.githubusercontent.com/getsentry/sentry-unity/main/.github/sentry-wordmark-dark-400x119.svg?utm_source=github&utm_medium=logo" width="280"> </a> <br /> </p> <p align="center">

Bad software is everywhere, and we're tired of it. Sentry is on a mission to help developers write better software faster, so we can get back to enjoying technology. If you want to join us, check out our open positions.

Sentry SDK for .NET

build codecov Discord Chat

Integrations Downloads NuGet Stable NuGet Preview Documentation
Sentry Downloads NuGet NuGet Documentation
Sentry.AspNetCore Downloads NuGet NuGet Documentation
Sentry.AspNetCore.Blazor.WebAssembly Downloads NuGet NuGet Documentation
Sentry.AspNetCore.Grpc Downloads NuGet NuGet Documentation
Sentry.AspNet Downloads NuGet NuGet Documentation
Sentry.Azure.Functions.Worker Downloads NuGet NuGet Documentation
Sentry.DiagnosticSource Downloads NuGet NuGet Documentation
Sentry.EntityFramework Downloads NuGet NuGet Documentation
Sentry.Google.Cloud.Functions Downloads NuGet NuGet Documentation
Sentry.Hangfire Downloads NuGet NuGet Documentation
Sentry.Log4Net Downloads NuGet NuGet Documentation
Sentry.Maui Downloads NuGet NuGet Documentation
Sentry.NLog Downloads NuGet NuGet Documentation
Sentry.OpenTelemetry Downloads NuGet NuGet Documentation
Sentry.Profiling Downloads NuGet NuGet Documentation
Sentry.Serilog Downloads NuGet NuGet Documentation

More Sentry .NET Integrations

Sentry offers other integrations that are not part of this repository:

Looking for something else? Let us know by raising an issue.

Documentation

Each NuGet package in the table above has its custom view of the docs. Click on the badge to find the best documentation for your use case.

Sentry has extensive documentation for its SDKs on https://docs.sentry.io.

Samples

Consider taking a look at the samples directory for different types of apps and example usages of the SDK. Looking for a way to connect Aspire with Sentry? We've got a sample for that too!

Talks

Resources

Documentation Discussions Discord Chat Stack Overflow Twitter Follow

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 is compatible.  net8.0-android was computed.  net8.0-android34.0 is compatible.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-ios17.0 is compatible.  net8.0-maccatalyst was computed.  net8.0-maccatalyst17.0 is compatible.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-android35.0 is compatible.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-ios18.0 is compatible.  net9.0-maccatalyst was computed.  net9.0-maccatalyst18.0 is compatible.  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 is compatible. 
.NET Framework net461 was computed.  net462 is compatible.  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 (89)

Showing the top 5 NuGet packages that depend on Sentry:

Package Downloads
Sentry.Extensions.Logging

Official Microsoft.Extensions.Logging integration for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.

Sentry.Serilog

Official Serilog integration for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.

Sentry.NLog

Official NLog integration for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.

Sentry.DiagnosticSource

Official Diagnostic.Listener integration for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time. Note: This package is not needed when using Sentry with .NET Core 3 or higher.

VisioForge.DotNet.Core

VisioForge .Net products for video capture, editing and playback (Video Capture SDK, Media Player SDK, Video Edit SDK). Core package.

GitHub repositories (8)

Showing the top 8 popular GitHub repositories that depend on Sentry:

Repository Stars
files-community/Files
A modern file manager that helps users organize their files and folders.
ppy/osu
rhythm is just a *click* away!
Sonarr/Sonarr
Smart PVR for newsgroup and bittorrent users.
Radarr/Radarr
Movie organizer/manager for usenet and torrent users.
LykosAI/StabilityMatrix
Multi-Platform Package Manager for Stable Diffusion
1Remote/1Remote
One Remote Access Manager to Rule Them All
Prowlarr/Prowlarr
Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps, supporting management of both Torrent Trackers and Usenet Indexers.
Lidarr/Lidarr
Looks and smells like Sonarr but made for music.
Version Downloads Last Updated
5.14.1 64,767 8/14/2025
5.14.0 40,590 8/8/2025
5.14.0-alpha.1 264 8/6/2025
5.14.0-alpha.0 257 8/5/2025
5.13.0 86,115 7/28/2025
5.12.0 68,817 7/15/2025
5.12.0-alpha.0 1,156 7/11/2025
5.11.2 259,604 6/25/2025
5.11.1 38,106 6/21/2025
5.11.0 26,220 6/19/2025
5.11.0-alpha.3 618 6/13/2025
5.11.0-alpha.1 1,661 6/7/2025
5.10.0 210,864 6/6/2025
5.9.0 75,773 5/30/2025
5.8.2-beta.1 160 5/29/2025
5.8.1 45,811 5/27/2025
5.8.0 126,782 5/21/2025
5.8.0-alpha.0 152 5/22/2025
5.7.0 140,922 5/13/2025
5.7.0-beta.0 1,560 5/2/2025
5.6.0 309,535 4/24/2025
5.5.1 402,828 4/8/2025
5.5.0 124,140 4/2/2025
5.4.0 399,915 3/15/2025
5.3.0 239,509 3/7/2025
5.2.0 271,534 2/26/2025
5.1.1 450,083 2/13/2025
5.1.0 474,392 2/3/2025
5.0.1 2,152,543 1/8/2025
5.0.0 897,707 12/19/2024
5.0.0-alpha.1 18,835 11/25/2024
5.0.0-alpha.0 219 11/24/2024
4.13.0 2,351,680 11/5/2024
4.12.2 105,490 11/2/2024
4.12.1 1,053,832 10/10/2024
4.12.1-segv1 894 11/1/2024
4.12.0 396,996 10/2/2024
4.11.0 800,374 9/22/2024
4.10.2 1,637,245 8/21/2024
4.10.1 258,363 8/16/2024
4.10.0 78,684 8/14/2024
4.9.0 1,512,104 7/11/2024
4.9.0-sync.collection.2 372 7/30/2024
4.9.0-sync.collection.1 178 7/30/2024
4.8.1 432,399 7/2/2024
4.8.0 312,164 6/26/2024
4.7.0 1,348,505 5/27/2024 4.7.0 is deprecated.
4.6.2 532,887 5/14/2024 4.6.2 is deprecated.
4.6.0 123,460 5/9/2024 4.6.0 is deprecated.
4.5.0 412,874 4/30/2024 4.5.0 is deprecated.
4.4.0 687,603 4/12/2024 4.4.0 is deprecated.
4.3.0 214,243 4/10/2024 4.3.0 is deprecated.
4.2.1 1,044,264 3/12/2024 4.2.1 is deprecated.
4.2.0 48,615 3/11/2024 4.2.0 is deprecated.
4.1.2 1,399,008 2/20/2024 4.1.2 is deprecated.
4.1.1 238,151 2/14/2024 4.1.1 is deprecated.
4.1.0 205,461 2/9/2024 4.1.0 is deprecated.
4.0.3 96,703 2/7/2024 4.0.3 is deprecated.
4.0.2 134,876 2/6/2024 4.0.2 is deprecated.
4.0.1 46,838 2/5/2024 4.0.1 is deprecated.
4.0.0 137,851 2/1/2024 4.0.0 is deprecated.
4.0.0-beta.9 1,201 1/30/2024
4.0.0-beta.8 18,490 1/11/2024
4.0.0-beta.7 8,013 1/5/2024
4.0.0-beta.6 23,906 12/13/2023
4.0.0-beta.5 2,589 12/12/2023
4.0.0-beta.4 26,178 12/5/2023
4.0.0-beta.3 644 12/2/2023
4.0.0-beta.2 4,840 11/23/2023
4.0.0-beta.1 1,101 11/19/2023
4.0.0-beta.0 672 11/17/2023
4.0.0-alpha.0 9,287 11/9/2023
3.41.4 1,592,798 1/23/2024
3.41.3 1,907,346 11/29/2023
3.41.2 372,783 11/23/2023
3.41.1 97,358 11/22/2023
3.41.0 1,000,798 11/8/2023
3.40.1 898,525 10/12/2023
3.40.0 147,665 10/10/2023
3.40.0-beta.0 17,086 9/21/2023
3.39.1 2,248,509 9/12/2023
3.39.0 251,587 9/7/2023
3.36.0 711,180 8/22/2023
3.35.1 268,619 8/16/2023
3.35.0 185,538 8/8/2023 3.35.0 is deprecated.
3.34.0 1,378,175 7/13/2023
3.33.1 1,437,226 6/13/2023
3.33.0 1,305,376 5/22/2023
3.32.0 29,196 5/22/2023
3.31.0 869,020 5/2/2023
3.30.0 1,258,802 4/11/2023
3.29.1 1,903,423 3/11/2023
3.29.0 282,288 3/6/2023
3.28.1 1,461,671 2/10/2023
3.28.0 91,717 2/8/2023
3.27.1 371,668 2/3/2023
3.27.0 155,849 2/1/2023
3.26.2 839,404 1/24/2023
3.26.1 312,652 1/17/2023
3.26.0 394,046 1/13/2023
3.25.0 1,333,312 12/23/2022
3.24.1 391,926 12/16/2022
3.24.0 1,992,155 11/18/2022
3.23.1 950,864 10/31/2022
3.23.0 103,772 10/27/2022
3.22.0 1,618,015 10/7/2022
3.21.0 1,887,832 9/2/2022
3.20.1 1,848,682 7/26/2022
3.19.0 1,001,241 6/28/2022
3.18.0 644,424 6/15/2022
3.17.1 1,551,812 5/8/2022
3.17.0 151,325 5/3/2022
3.16.0 1,008,719 4/7/2022
3.15.0 1,045,930 3/15/2022
3.14.1 939,840 2/18/2022
3.14.0 220,102 2/14/2022
3.13.0 1,549,709 1/11/2022
3.12.3 1,145,974 12/19/2021
3.12.2 92,386 12/15/2021
3.12.1 397,215 12/6/2021
3.12.0 309,021 11/23/2021
3.12.0-alpha.1 6,277 11/7/2021
3.11.1 721,362 11/5/2021
3.11.0 182,475 11/2/2021
3.10.0 705,568 10/15/2021
3.9.4 1,131,426 9/29/2021
3.9.3 178,153 9/21/2021
3.9.2 253,292 9/10/2021
3.9.1 15,739 9/9/2021
3.9.0 324,717 8/27/2021
3.8.3 903,910 7/25/2021
3.8.2 143,296 7/17/2021
3.8.1 28,040 7/15/2021
3.8.0 130,378 7/14/2021
3.7.0 148,262 7/10/2021
3.6.1 189,611 7/2/2021
3.6.0 250,799 6/23/2021
3.6.0-alpha.2 757 6/18/2021
3.6.0-alpha.1 1,371 6/11/2021
3.5.0 494,283 6/7/2021 3.5.0 is deprecated because it has critical bugs.
3.4.0 153,478 5/31/2021 3.4.0 is deprecated because it has critical bugs.
3.4.0-beta.0 500 5/27/2021 3.4.0-beta.0 is deprecated because it has critical bugs.
3.3.5-beta.0 2,672 5/13/2021
3.3.4 803,745 4/26/2021
3.3.3 9,361 4/23/2021
3.3.2 24,920 4/23/2021
3.3.1 585,474 4/5/2021
3.3.0 35,137 4/3/2021
3.2.0 135,708 3/26/2021
3.1.0 396,641 3/10/2021
3.0.8 73,005 3/4/2021
3.0.7 250,771 2/20/2021
3.0.6 107,049 2/14/2021
3.0.5 74,471 2/9/2021
3.0.4 32,382 2/8/2021
3.0.3 81,354 2/3/2021
3.0.2 26,787 2/3/2021
3.0.1 148,827 1/29/2021
3.0.0 52,397 1/28/2021
3.0.0-beta.0 9,259 1/20/2021
3.0.0-alpha.11 617 1/15/2021
3.0.0-alpha.10 65,013 1/10/2021
3.0.0-alpha.9 2,389 12/29/2020
3.0.0-alpha.8 4,672 12/25/2020
3.0.0-alpha.7 3,127 12/16/2020
3.0.0-alpha.6 3,940 11/30/2020
3.0.0-alpha.5 3,432 11/21/2020
3.0.0-alpha.4 2,597 11/2/2020
3.0.0-alpha.3 1,975 10/29/2020
3.0.0-alpha.2 979 10/21/2020
3.0.0-alpha.1 6,292 10/16/2020
3.0.0-alpha.0 2,326 9/25/2020
2.2.0-alpha 3,035 9/19/2020
2.1.8 2,195,013 11/21/2020
2.1.6 2,189,634 8/20/2020
2.1.5 630,431 7/27/2020
2.1.5-beta 4,399 6/30/2020
2.1.4 647,447 6/25/2020
2.1.3 719,365 6/5/2020
2.1.2-beta5 8,113 5/19/2020
2.1.2-beta4 5,107 5/12/2020
2.1.2-beta3 2,251 5/7/2020
2.1.2-beta2 22,423 4/16/2020
2.1.2-beta 4,551 3/31/2020
2.1.1 1,654,068 3/19/2020
2.1.0 778,324 2/24/2020
2.0.3 603,224 2/12/2020
2.0.2 36,556 2/8/2020
2.0.1 290,699 1/28/2020
2.0.0-beta8 24,378 1/15/2020
2.0.0-beta7 168,139 12/17/2019
2.0.0-beta6 103,377 10/31/2019
2.0.0-beta5 7,484 10/29/2019
2.0.0-beta4 76,195 9/4/2019
2.0.0-beta3 17,344 7/26/2019
2.0.0-beta2 6,475 6/9/2019
2.0.0-beta 3,504 6/4/2019
1.2.1-beta 2,589 5/27/2019
1.2.0 3,224,862 5/23/2019
1.1.3-beta4 2,186 5/15/2019
1.1.3-beta3 1,939 5/13/2019
1.1.3-beta2 8,161 3/28/2019
1.1.3-beta 5,608 2/11/2019
1.1.2 655,213 1/16/2019
1.1.2-beta 3,752 1/8/2019
1.1.1 24,699 1/5/2019
1.1.0 120,651 12/5/2018
1.0.1-beta5 2,907 12/5/2018
1.0.1-beta4 3,611 12/3/2018
1.0.1-beta3 18,759 11/15/2018
1.0.1-beta2 3,520 11/14/2018
1.0.1-beta 21,362 10/24/2018
1.0.0 311,709 10/2/2018
1.0.0-rc2 24,964 9/7/2018
1.0.0-rc 6,144 8/24/2018
0.0.1-preview5 7,812 8/5/2018
0.0.1-preview4 5,368 7/30/2018
0.0.1-preview3 7,043 7/17/2018
0.0.1-preview2 6,434 7/3/2018
0.0.1-preview1 2,908 6/28/2018