Skip to content

feat: filter non-api requests and bump version to 1.3.0-preview.2#12

Merged
georgidhristov merged 1 commit into
masterfrom
feat/filter-non-api-requests
May 10, 2026
Merged

feat: filter non-api requests and bump version to 1.3.0-preview.2#12
georgidhristov merged 1 commit into
masterfrom
feat/filter-non-api-requests

Conversation

@georgidhristov
Copy link
Copy Markdown
Collaborator

Closes #11

Changes

  • Filter non-API requests from DebugProbe tracking
  • Ignore Swagger UI/static asset noise
  • Track only real controller endpoints
  • Bump package version to 1.3.0-preview.2

Result

Dashboard now focuses on real API requests and removes unnecessary framework/static requests from the request list.

@georgidhristov georgidhristov merged commit b7bc0ed into master May 10, 2026
@georgidhristov georgidhristov added enhancement New feature or request .NET Pull requests that update .NET code middleware HTTP pipeline and middleware related issues labels May 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request middleware HTTP pipeline and middleware related issues .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Swagger static asset requests create unnecessary noise in DebugProbe dashboard

1 participant