Skip to content

Commit

Permalink
fix typo: DiagnosticLevel (#8411)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-garcia authored Nov 4, 2023
1 parent e9727c8 commit 5b62510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/dotnet/guides/aspnetcore/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ An example of some of the options that can be configured via `appsettings.json`:
"MinimumEventLevel": "Warning",
"AttachStackTrace": true,
"Debug": true,
"DiagnosticsLevel": "Error",
"DiagnosticLevel": "Error",
"TracesSampleRate": 1.0
},
```
Expand Down

1 comment on commit 5b62510

@vercel
Copy link

@vercel vercel bot commented on 5b62510 Nov 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

docs.sentry.io
sentry-docs.sentry.dev
sentry-docs-git-master.sentry.dev

Please sign in to comment.