Conversation
… 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 Agent can help with this pull request. Just |
Semver Impact of This PR⚪ None (no version bump detected) 📋 Changelog PreviewThis is how your changes will appear in the changelog. Fixes 🐛
Dependencies ⬆️Deps
Other
🤖 This preview updates automatically when you update the PR. |
Instructions and example for changelogPlease add an entry to 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 |
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
|
Trash! |
Create platform-specific .NET distributed tracing documentation includes to correct framework-specific content and enhance
TracePropagationTargetsdetails.Previously, a single
dotnet.mdxinclude 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 forTracePropagationTargets.Slack Thread