Sentry configuration with appsettings.json and use EntityFramework Core #2069
-
Is it possible in sentry to use the EntityFramework Module and have the rest of the configuration in the appsettings.json file? |
Beta Was this translation helpful? Give feedback.
Answered by
mattjohnsonpint
Nov 30, 2022
Replies: 1 comment
-
Yes. There's nothing special you need to do for this, as long as you have Also, I notice in the title you mention Entity Framework Core. That's baked in and on by default in most cases. You don't need to add anything. The |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mattjohnsonpint
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes. There's nothing special you need to do for this, as long as you have
appsettings.json
wired up correctly through .NET's configuration providers.Also, I notice in the title you mention Entity Framework Core. That's baked in and on by default in most cases. You don't need to add anything.
The
Sentry.EntityFramework
module is for older EF 6, not EF Core.