Skip to content

Commit

Permalink
Update docs/platforms/dotnet/common/metrics/index.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com>
  • Loading branch information
jamescrosswell and vivianyentran committed May 23, 2024
1 parent fdd2e57 commit 6dcd28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/platforms/dotnet/common/metrics/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ builder.WebHost.UseSentry(options =>

You can also capture only metrics from specific Meters:

```csharp
```csharp {5-6}
builder.WebHost.UseSentry(options =>
{
options.dsn = "___DSN___";
Expand Down

0 comments on commit 6dcd28f

Please sign in to comment.