Skip to content

Commit 626178c

Browse files
Update articles/azure-monitor/app/javascript.md
Co-authored-by: Matt McCleary <[email protected]>
1 parent 057aea9 commit 626178c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/javascript.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ For Single Page Applications, please reference plugin documentation for plugin s
332332
During initialization of the SDK the Operation ID is populated as a random value.
333333
To remedy this problem, you can include dynamic JavaScript on the returned HTML page and the SDK will use a callback function during initialization to retroactively pull the Operation ID from the serverside and populate the clientside with it.
334334

335-
Sample using Razor and a dynamic JS snippet:
335+
Here's a sample of how to create a dynamic JS using Razor:
336336

337337
```C#
338338
<script>

0 commit comments

Comments
 (0)