Skip to content

Commit

Permalink
Minor bug in click plugin docs (#1560)
Browse files Browse the repository at this point in the history
* update click plugin docs

* config bug in docs
  • Loading branch information
kryalama authored May 3, 2021
1 parent dcd4c34 commit 029d296
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion extensions/applicationinsights-clickanalytics-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ appInsights.loadAppInsights();
// Click Analytics configuration
var clickPluginConfig = {
autoCapture : true,
useDefaultContentNameOrId: true,
dataTags: {
useDefaultContentNameOrId: true
}
}
// Application Insights Configuration
var configObj = {
Expand Down

0 comments on commit 029d296

Please sign in to comment.