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 d85aa96 commit d7b5f44Copy full SHA for d7b5f44
src/collections/_documentation/platforms/dotnet/serilog.md
@@ -57,7 +57,7 @@ It's also possible to initialize the SDK through the Serilog integration. This i
57
58
```csharp
59
Log.Logger = new LoggerConfiguration()
60
- .WriteTo.Sentry(o => o.Dsn = new Dsn("___PUBLIC_KEY___"))
+ .WriteTo.Sentry(o => o.Dsn = new Dsn("___PUBLIC_DSN___"))
61
.CreateLogger();
62
```
63
0 commit comments