Skip to content

Commit a961cf6

Browse files
Merge pull request #233493 from AaronMaxwell/aaronmax-js-snippet-update
Fixing one sentence based on customer feedback
2 parents ab0a8f9 + a603d19 commit a961cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/javascript-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Only two steps are required to enable the Application Insights SDK for JavaScrip
2828

2929
#### Add the code snippet
3030

31-
Add the following code snippet to beginning of every <head> tag for each HTML page you want to monitor.
31+
Directly instrument your webpages with Application Insights by pasting this snippet at the top of each your pages. Preferably, it should be the first script in your <head> section so that it can monitor any potential issues with all of your dependencies.
3232

3333
```html
3434
<script type="text/javascript">

0 commit comments

Comments
 (0)