Skip to content

Tracing docs for .NET#4935

Closed
bruno-garcia wants to merge 1 commit intomainfrom
cursor/tracing-docs-for-net-640c
Closed

Tracing docs for .NET#4935
bruno-garcia wants to merge 1 commit intomainfrom
cursor/tracing-docs-for-net-640c

Conversation

@bruno-garcia
Copy link
Member

Create platform-specific .NET distributed tracing documentation includes to correct framework-specific content and enhance TracePropagationTargets details.

Previously, a single dotnet.mdx include was shared across all .NET guides, causing ASP.NET Framework-specific instructions (e.g., Application_BeginRequest) to appear incorrectly in ASP.NET Core and Blazor WebAssembly distributed tracing documentation. This PR introduces new, dedicated includes for ASP.NET Core, Blazor WebAssembly, ASP.NET Framework, and Azure Functions Worker, along with an updated generic .NET include, to provide accurate and relevant content for each platform. All includes also enhance the documentation for TracePropagationTargets.


Slack Thread

Open in Cursor Open in Web

… and other .NET guides

These files are intended for getsentry/sentry-docs and fix the distributed
tracing documentation that was incorrectly showing ASP.NET Framework content
on ASP.NET Core and Blazor WebAssembly guide pages.

See proposed-docs-for-sentry-docs/README.md for details.

Addresses #4898

Co-authored-by: Bruno Garcia <bruno-garcia@users.noreply.github.com>
@cursor
Copy link

cursor bot commented Feb 19, 2026

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

@github-actions
Copy link
Contributor

Semver Impact of This PR

None (no version bump detected)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


Fixes 🐛

  • fix: Log Warning instead of Error when ratelimited by bitsandfoxes in #4927

Dependencies ⬆️

Deps

  • chore(deps): update Native SDK to v0.12.8 by github-actions in #4929
  • Apps built using the Sentry SDK for .NET must now target iOS version 15 or higher. Previously only version 13 or higher was required. (#4781) by github-actions in #4781
  • Bump Cocoa SDK from v8.57.3 to v9.2.0 (#4781) by github-actions in #4781
  • chore(deps): update Native SDK to v0.12.7 by github-actions in #4920

Other

  • Tracing docs for .NET by bruno-garcia in #4935
  • test(blazor): Add Playwright E2E tests for navigation breadcrumbs by bruno-garcia in #4908
  • test(android): Use volatile to produce SIGSEGV in native crash test by jpnurmi in #4919

🤖 This preview updates automatically when you update the PR.

@github-actions
Copy link
Contributor

Fails
🚫 Please consider adding a changelog entry for the next release.

Instructions and example for changelog

Please add an entry to CHANGELOG.md to the "Unreleased" section. Make sure the entry includes this PR's number.

Example:

## Unreleased

### Features

- Tracing docs for .NET ([#4935](https://github.com/getsentry/sentry-dotnet/pull/4935))

If none of the above apply, you can opt out of this check by adding #skip-changelog to the PR description or adding a skip-changelog label.

Generated by 🚫 dangerJS against fc3aed7

@codecov
Copy link

codecov bot commented Feb 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.89%. Comparing base (f201b65) to head (fc3aed7).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4935      +/-   ##
==========================================
- Coverage   73.90%   73.89%   -0.01%     
==========================================
  Files         496      496              
  Lines       17951    17951              
  Branches     3516     3516              
==========================================
- Hits        13266    13265       -1     
- Misses       3824     3825       +1     
  Partials      861      861              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@bruno-garcia
Copy link
Member Author

Trash!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments