From f79867402a8a77cf61df68bcb8d6d2e012213a98 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 13:23:32 +0000 Subject: [PATCH] fix(sentry-dotnet-sdk): add TraceIgnoreStatusCodes option to config reference Co-Authored-By: Claude Sonnet 4.6 --- skills/sentry-dotnet-sdk/SKILL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/skills/sentry-dotnet-sdk/SKILL.md b/skills/sentry-dotnet-sdk/SKILL.md index b38769d7..7b4b4fb0 100644 --- a/skills/sentry-dotnet-sdk/SKILL.md +++ b/skills/sentry-dotnet-sdk/SKILL.md @@ -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` | `[]` | — | Drop transactions whose HTTP response status matches any range; e.g., `[404]` or `[(500, 599)]` | ### ASP.NET Core Extended Options (`SentryAspNetCoreOptions`)