Skip to content

Commit 4289238

Browse files
authored
Merge pull request #115527 from changeworld/patch-4
Fix typo
2 parents eb05bf7 + 51f7e77 commit 4289238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/distributed-tracing-telemetry-correlation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ It's important to make sure the incoming and outgoing configurations are exactly
171171
172172
### Enable W3C distributed tracing support for web apps
173173
174-
This feature is enabled by default for Javascript and the headers are automatically included when the hosting page domain is the same as the domain the requests are sent to (for example, the hosting page is `example.com` and the Ajax requests are sent to `example.com`). To change the distributed tracing mode, use the [`distributedTracingMode` configuration field](./javascript-sdk-configuration.md#sdk-configuration). AI_AND_W3C is provided by default for backward compatibility with any legacy services instrumented by Application Insights.
174+
This feature is enabled by default for JavaScript and the headers are automatically included when the hosting page domain is the same as the domain the requests are sent to (for example, the hosting page is `example.com` and the Ajax requests are sent to `example.com`). To change the distributed tracing mode, use the [`distributedTracingMode` configuration field](./javascript-sdk-configuration.md#sdk-configuration). AI_AND_W3C is provided by default for backward compatibility with any legacy services instrumented by Application Insights.
175175
176176
- **[npm-based setup](./javascript-sdk.md?tabs=npmpackage#get-started)**
177177

0 commit comments

Comments
 (0)