We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce4b5e1 commit 35b4a8fCopy full SHA for 35b4a8f
samples/Sentry.Samples.Google.Cloud.Functions/Function.cs
@@ -16,6 +16,7 @@ public class Function : IHttpFunction
16
17
public Task HandleAsync(HttpContext context)
18
{
19
+ // Configure structured logging via appsettings.json (Logging:Sentry:LogLevel:)
20
_logger.LogTrace("LogLevel.Trace is not configured to be sent as structured log");
21
_logger.LogInformation("Useful info that is added to the breadcrumb list.");
22
throw new Exception("Bad function");
0 commit comments