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 625d032 commit c95310bCopy full SHA for c95310b
README.md
@@ -16,7 +16,7 @@ Exceptionless.ExceptionlessClient.Default.Startup();
16
17
```csharp
18
Log.Logger = new LoggerConfiguration()
19
- .WriteTo.Exceptionless(b => b.AddTags("ASP.NET Core Example Logger").AddRequestInfo(HttpContext))
+ .WriteTo.Exceptionless(b => b.AddTags("ASP.NET Core Example Logger"))
20
.CreateLogger();
21
22
var log = Log.ForContext<HomeController>();
0 commit comments