getsentry / sentry-dotnet

Sentry SDK for .NET
https://docs.sentry.io/platforms/dotnet
MIT License
573 stars 204 forks source link

Add Distributed Tracing to the ASP.NET Core Documentation #2970

Open jamescrosswell opened 6 months ago

jamescrosswell commented 6 months ago

The Laravel docs have a section on Distributed Tracing that explains what people need to do in the front end of their app to pass a propagation id through to the back end and trace between processes.

We should add something similar explaining what to do in a Razor template or something to the ASP.NET Core docs.

Originally raised on Discord.

bruno-garcia commented 6 months ago

Added this one more generically on the docs repo (as it's not just about .NET): https://github.com/getsentry/sentry-docs/issues/8715