Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions skills/sentry-dotnet-sdk/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ Then check your [Sentry Issues dashboard](https://sentry.io/issues/) β€” the err
| `ShutdownTimeout` | `TimeSpan` | β€” | β€” | Max wait for event flush on shutdown |
| `HttpProxy` | `string` | β€” | β€” | Proxy URL for Sentry requests |
| `EnableBackpressureHandling` | `bool` | `true` | β€” | Auto-reduce sample rates on delivery failures |
| `TraceIgnoreStatusCodes` | `IList<HttpStatusCodeRange>` | `[]` | β€” | Drop transactions whose HTTP response status matches any range; e.g., `[404]` or `[(500, 599)]` |

### ASP.NET Core Extended Options (`SentryAspNetCoreOptions`)

Expand Down