Skip to content

Commit a3252c7

Browse files
authored
Merge pull request #189460 from MonikaReddy-MSFT/patch-221
Update usage-overview.md
2 parents 50c5f7f + 25c21c2 commit a3252c7

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)