You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| dataTags |[ICustomDataTags](#icustomdatatags)| Null | Custom Data Tags provided to override default tags used to capture click data. |
146
146
| urlCollectHash | Boolean | False | Enables the logging of values after a "#" character of the URL. |
147
147
| urlCollectQuery | Boolean | False | Enables the logging of the query string of the URL. |
@@ -366,12 +366,6 @@ var appInsights = new Microsoft.ApplicationInsights.ApplicationInsights({
366
366
appInsights.loadAppInsights();
367
367
```
368
368
369
-
## Enable correlation
370
-
371
-
Correlation generates and sends data that enables distributed tracing and powers the [application map](../app/app-map.md), [end-to-end transaction view](../app/app-map.md#go-to-details), and other diagnostic tools.
372
-
373
-
JavaScript correlation is turned off by default to minimize the telemetry we send by default. To enable correlation, see the [JavaScript client-side correlation documentation](./javascript.md#enable-distributed-tracing).
374
-
375
369
## Sample app
376
370
377
371
[Simple web app with the Click Analytics Autocollection Plug-in enabled](https://go.microsoft.com/fwlink/?linkid=2152871)
0 commit comments