Description
Originally posted by @jamescrosswell in #3836
The SDK includes a StartOrContinueTrace
method that returns a transaction context but doesn't use that context to start a new transaction...
sentry-dotnet/src/Sentry.AspNet/HttpContextExtensions.cs
Lines 60 to 130 in 3e70c31
Under the hood, this propagates trace headers even when performance is disabled:
sentry-dotnet/src/Sentry/Internal/Hub.cs
Lines 252 to 253 in 3fde00a
Later this information gets used when forming headers for outbound requests:
sentry-dotnet/src/Sentry/Internal/Hub.cs
Lines 200 to 211 in 3fde00a
That intent should be clearly documented in the summary for the StartOrContinueTrace
method.
References
Metadata
Metadata
Assignees
Type
Projects
Status