Skip to content

Commit a3a6179

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into lb-qs-portal
2 parents 757564e + a3252c7 commit a3a6179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/usage-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ With specific business events, you can chart your users' progress through your s
8686
Events can be logged from the client side of the app:
8787

8888
```JavaScript
89-
appInsights.trackEvent("ExpandDetailTab", {DetailTab: tabName});
89+
appInsights.trackEvent({name: "incrementCount"});
9090
```
9191

9292
Or from the server side:

0 commit comments

Comments
 (0)