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 6b64655 commit f60629eCopy full SHA for f60629e
docs/platforms/dotnet/common/configuration/heap-dumps.mdx
@@ -24,8 +24,7 @@ options => {
24
// Limit heap dumps to 3 per day with at least 2 hours between each event
25
Debouncer.PerDay(3, TimeSpan.FromHours(2)),
26
// Set the level for heap dump events to Warning
27
- SentryLevel.Warning
28
- );
+ SentryLevel.Warning);
29
}
30
```
31
@@ -45,8 +44,7 @@ options => {
45
44
46
47
48
49
50
51
52
0 commit comments