Sentry.EntityFramework 0.0.1-preview2

Prefix Reserved
This is a prerelease version of Sentry.EntityFramework.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Sentry.EntityFramework --version 0.0.1-preview2
                    
NuGet\Install-Package Sentry.EntityFramework -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.EntityFramework" 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.EntityFramework" Version="0.0.1-preview2" />
                    
Directory.Packages.props
<PackageReference Include="Sentry.EntityFramework" />
                    
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.EntityFramework --version 0.0.1-preview2
                    
#r "nuget: Sentry.EntityFramework, 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.EntityFramework&version=0.0.1-preview2&prerelease
                    
Install Sentry.EntityFramework as a Cake Addin
#tool nuget:?package=Sentry.EntityFramework&version=0.0.1-preview2&prerelease
                    
Install Sentry.EntityFramework as a Cake Tool

Entity Framework 6 Integration for Sentry

This is packages extend Sentry's .NET SDK with Entity Framework 6 queries as Breadcrumbs. It also processes DbEntityValidationExceptions to extract the validation errors and add to the Extra field. This increases the debuggability of Entity Framework related errors gratefully.

Example in Sentry

Usage

There are 2 steps to adding Entity Framework 6 support to your project:

  • Call SentryDatabaseLogging.UseBreadcrumbs() to either your application's startup method, or into a static constructor inside your Entity Framework object. Make sure you only call this method once! This will add the interceptor to Entity Framework to log database queries.
  • When setting up your SentryClient, use SentryOptions.AddEntityFramework(). This extension method will register all error processors to extract extra data, such as validation errors, from the exceptions thrown by Entity Framework.

Samples

You can see it in action with a sample using ASP.NET MVC 5

Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Sentry.EntityFramework:

Repository Stars
getsentry/examples
Collection of all different kinds of Sentry SDKs and integrations
Version Downloads Last updated
5.6.0 228 3 days ago
5.5.1 1,443 18 days ago
5.5.0 922 24 days ago
5.4.0 1,862 a month ago
5.3.0 2,066 2 months ago
5.2.0 1,607 2 months ago
5.1.1 54,474 2 months ago
5.1.0 2,941 3 months ago
5.0.1 12,906 4 months ago
5.0.0 3,346 4 months ago
5.0.0-alpha.1 68 5 months ago
5.0.0-alpha.0 54 5 months ago
4.13.0 28,764 6 months ago
4.12.2 773 6 months ago
4.12.1 23,174 7 months ago
4.12.1-segv1 91 6 months ago
4.12.0 121,930 7 months ago
4.11.0 6,687 7 months ago
4.10.2 26,855 8 months ago
4.10.1 3,035 8 months ago
4.10.0 1,862 8 months ago
4.9.0 34,462 9 months ago
4.9.0-sync.collection.2 51 9 months ago
4.9.0-sync.collection.1 51 9 months ago
4.8.1 14,459 10 months ago
4.8.0 4,981 10 months ago
4.7.0 17,343 5/27/2024
4.6.2 40,556 5/14/2024
4.6.1 132 5/14/2024
4.6.0 4,695 5/9/2024
4.5.0 3,451 4/30/2024
4.4.0 13,898 4/12/2024
4.3.0 375 4/10/2024
4.2.1 9,988 3/12/2024
4.2.0 456 3/11/2024
4.1.2 14,010 2/20/2024
4.1.1 2,870 2/14/2024
4.1.0 16,499 2/9/2024
4.0.3 908 2/7/2024
4.0.2 243 2/6/2024
4.0.1 131 2/5/2024
4.0.0 2,009 2/1/2024
4.0.0-beta.9 73 1/30/2024
4.0.0-beta.8 102 1/11/2024
4.0.0-beta.7 93 1/5/2024
4.0.0-beta.6 180 12/13/2023
4.0.0-beta.5 80 12/12/2023
4.0.0-beta.4 99 12/5/2023
4.0.0-beta.3 84 12/2/2023
4.0.0-beta.2 106 11/23/2023
4.0.0-beta.1 76 11/19/2023
4.0.0-beta.0 79 11/17/2023
4.0.0-alpha.0 85 11/9/2023
3.41.4 12,235 1/23/2024
3.41.3 45,231 11/29/2023
3.41.2 1,535 11/23/2023
3.41.1 1,130 11/22/2023
3.41.0 7,110 11/8/2023
3.40.1 17,843 10/12/2023
3.40.0 1,736 10/10/2023
3.40.0-beta.0 96 9/21/2023
3.39.1 31,656 9/12/2023
3.39.0 2,171 9/7/2023
3.38.0 144 9/6/2023
3.37.0 167 9/6/2023
3.36.0 20,595 8/22/2023
3.35.1 1,911 8/16/2023
3.35.0 3,348 8/8/2023
3.34.0 18,912 7/13/2023
3.33.1 17,274 6/13/2023
3.33.0 19,205 5/22/2023
3.32.0 183 5/22/2023
3.31.0 13,294 5/2/2023
3.30.0 11,734 4/11/2023
3.29.1 21,543 3/11/2023
3.29.0 25,454 3/6/2023
3.28.1 11,391 2/10/2023
3.28.0 1,408 2/8/2023
3.27.1 9,155 2/3/2023
3.27.0 5,343 2/1/2023
3.26.2 19,499 1/24/2023
3.26.1 4,816 1/17/2023
3.26.0 18,122 1/13/2023
3.25.0 11,823 12/23/2022
3.24.1 9,232 12/16/2022
3.24.0 16,775 11/18/2022
3.23.1 15,926 10/31/2022
3.23.0 560 10/27/2022
3.22.0 12,033 10/7/2022
3.21.0 19,503 9/2/2022
3.20.1 15,166 7/26/2022
3.20.0 968 7/22/2022
3.19.0 9,017 6/28/2022
3.18.0 15,378 6/15/2022
3.17.1 11,620 5/8/2022
3.17.0 10,386 5/3/2022
3.16.0 17,262 4/7/2022
3.15.0 17,469 3/15/2022
3.14.1 86,128 2/18/2022
3.14.0 5,525 2/14/2022
3.13.0 16,694 1/11/2022
3.12.3 38,988 12/19/2021
3.12.2 1,188 12/15/2021
3.12.1 2,512 12/6/2021
3.12.0 6,759 11/23/2021
3.12.0-alpha.1 230 11/7/2021
3.11.1 4,386 11/5/2021
3.11.0 1,274 11/2/2021
3.10.0 12,650 10/15/2021
3.9.4 5,663 9/29/2021
3.9.3 3,629 9/21/2021
3.9.2 11,357 9/10/2021
3.9.1 454 9/9/2021
3.9.0 2,663 8/27/2021
3.8.3 13,290 7/25/2021
3.8.2 553 7/17/2021
3.8.1 387 7/15/2021
3.8.0 516 7/14/2021
3.7.0 966 7/10/2021
3.6.1 984 7/2/2021
3.6.0 1,077 6/23/2021
3.6.0-alpha.2 187 6/18/2021
3.6.0-alpha.1 182 6/11/2021
3.5.0 5,396 6/7/2021
3.4.0 943 5/31/2021
3.0.3 22,915 2/6/2021
2.1.6 41,703 10/23/2020
1.0.0 103,776 1/4/2019
0.0.1-preview2 5,561 7/30/2018
0.0.1-preview1 775 7/19/2018