Sentry.Serilog: Enable Structured Logging #4475
Unanswered
Mike-E-angelo
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@Mike-E-angelo the Serilog implementation hasn't yet been merged into main: You could use it but you'd have to build from source, using that branch. It's probably not that far away from experimental release though (@Flash0ver does ~1 week sound realistic)? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am investigating Sentry for structured logging. Currently we use Serilog and I have incorporated the Sentry.Serilog 5.14.1 NuGet package.
The problem I am having now is enabling structured logggng through appSettings.json. For the
Sentry
call, there's a really nice description of all the settings as such:However, I do not see anything for the
SentrySerilogOptions.Experimental.EnableLogs
property. How do I set this property viaappSettings.json
as described above?Thank you for any assistance or guidance you can provide.
Beta Was this translation helpful? Give feedback.
All reactions