Skip to content

Commit bbbf806

Browse files
dotnet: explain why transactions are never global
Co-authored-by: James Crosswell <[email protected]>
1 parent 97df3f5 commit bbbf806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/dotnet/common/configuration/options.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Broadly, the ExecutionContext passes to child tasks and threads, but not to pare
5555

5656
When Global Mode is **enabled**, a single scope stack is shared by the whole application.
5757

58-
Since version 5.0.0 the transaction is always set on the current ExecutionContext, regardless of the Global Mode.
58+
Since version 5.0.0 the transaction is always set on the current ExecutionContext, regardless of the Global Mode, so that spans from the UI don't get mixed up with transactions in background services.
5959

6060
See the <PlatformLink to="/enriching-events/scopes/">Scopes and Hubs documentation</PlatformLink> for more information.
6161

0 commit comments

Comments
 (0)