Skip to content

[skill-drift] fix(sentry-dotnet-sdk): add TraceIgnoreStatusCodes option to config reference#101

Merged
HazAT merged 1 commit intomainfrom
skill-drift/sentry-dotnet-trace-ignore-status-codes-54354c0824d4877e
Apr 22, 2026
Merged

[skill-drift] fix(sentry-dotnet-sdk): add TraceIgnoreStatusCodes option to config reference#101
HazAT merged 1 commit intomainfrom
skill-drift/sentry-dotnet-trace-ignore-status-codes-54354c0824d4877e

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

SDK Changes

The following PR was merged to getsentry/sentry-dotnet that affects the sentry-dotnet-sdk skill:

Changes Made

  • Added TraceIgnoreStatusCodes (IList<HttpStatusCodeRange>, defaults to []) to the Core SentryOptions config reference table
  • This option drops transactions where the HTTP response status code matches any of the configured ranges
  • Works across ASP.NET Core, Classic ASP.NET, Blazor WebAssembly, and OpenTelemetry paths (the TraceIgnoreStatusCodeTransactionProcessor is registered automatically)

Verified Against

  • SDK source: getsentry/sentry-dotnet@main (src/Sentry/SentryOptions.cs, src/Sentry/BindableSentryOptions.cs)
  • The option accepts either exact codes (e.g., 404) or ranges (e.g., (500, 599)) via HttpStatusCodeRange

Note

🔒 Integrity filter blocked 8 items

The following items were blocked because they don't meet the GitHub integrity level.

  • #19924 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #20341 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #20296 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #282 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #7768 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • getsentry/sentry-go@3abc6a3 get_commit: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #4224 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
  • #83 list_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".

To allow these resources, lower min-integrity in your GitHub frontmatter:

tools:
  github:
    min-integrity: approved  # merged | approved | unapproved | none

Generated by SDK Skill Drift Detector · ● 777.5K ·

  • expires on May 4, 2026, 1:23 PM UTC

…eference

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@HazAT HazAT merged commit 095e972 into main Apr 22, 2026
3 checks passed
@HazAT HazAT deleted the skill-drift/sentry-dotnet-trace-ignore-status-codes-54354c0824d4877e branch April 22, 2026 06:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant