Skip to content

Commit 25c21c2

Browse files
Update usage-overview.md
MicrosoftDocs/azure-docs#88314
1 parent 38aedd7 commit 25c21c2

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
@@ -87,7 +87,7 @@ With specific business events, you can chart your users' progress through your s
8787
Events can be logged from the client side of the app:
8888

8989
```JavaScript
90-
appInsights.trackEvent("ExpandDetailTab", {DetailTab: tabName});
90+
appInsights.trackEvent({name: "incrementCount"});
9191
```
9292

9393
Or from the server side:

0 commit comments

Comments
 (0)