Skip to content

Commit f60629e

Browse files
authored
nitpick csharp code snippet (#13679)
👀
1 parent 6b64655 commit f60629e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/platforms/dotnet/common/configuration/heap-dumps.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ options => {
2424
// Limit heap dumps to 3 per day with at least 2 hours between each event
2525
Debouncer.PerDay(3, TimeSpan.FromHours(2)),
2626
// Set the level for heap dump events to Warning
27-
SentryLevel.Warning
28-
);
27+
SentryLevel.Warning);
2928
}
3029
```
3130

@@ -45,8 +44,7 @@ options => {
4544
// Limit heap dumps to 3 per day with at least 2 hours between each event
4645
Debouncer.PerDay(3, TimeSpan.FromHours(2)),
4746
// Set the level for heap dump events to Warning
48-
SentryLevel.Warning
49-
);
47+
SentryLevel.Warning);
5048
}
5149
```
5250

0 commit comments

Comments
 (0)