Skip to content

Commit baa5dbd

Browse files
Apply suggestions from code review
1 parent bd88aea commit baa5dbd

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ The JavaScript snippet can be added to your webpages manually or via the automat
2525

2626
### Enable Application Insights SDK for JavaScript automatically
2727

28-
The automatic Snippet injection feature available in the ApplicationInsights .NET core SDK and the ApplicationInsights Node.js SDK (preview)
29-
allows you to automatically inject the ApplicationInsights JavaScript SDK into every webpage of your web application.
30-
See [ApplicationInsights .NET core SDK Snippet Injection](./asp-net-core.md?tabs=netcorenew%2Cnetcore6#enable-client-side-telemetry-for-web-applications)
31-
and [ApplicationInsights Node.js SDK Snippet Injection (preview)](./nodejs.md#automatic-web-instrumentationpreview)
32-
for more details. However, if you want more control over which pages to add the ApplicationInsights JavaScript SDK
28+
The automatic Snippet injection feature available in the Application Insights .NET core SDK and the Application Insights Node.js SDK (preview)
29+
allows you to automatically inject the Application Insights JavaScript SDK into every webpage of your web application.
30+
For more information, see [Application Insights .NET core SDK Snippet Injection](./asp-net-core.md?tabs=netcorenew%2Cnetcore6#enable-client-side-telemetry-for-web-applications)
31+
and [Application Insights Node.js SDK Snippet Injection (preview)](./nodejs.md#automatic-web-instrumentationpreview).
32+
However, if you want more control over which pages to add the Application Insights JavaScript SDK
3333
or if you're using a programming language other than .NET and Node.js, please follow the manual configuration steps below.
3434

3535
### Enable Application Insights SDK for JavaScript manually

articles/azure-monitor/app/nodejs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,8 @@ Web Instrumentation will be enabled on node server responses when all of the fol
199199
web Instrumentation CDN endpoint can be changed by setting environment variable `APPLICATIONINSIGHTS_WEB_INSTRUMENTATION_SOURCE = "web Instrumentation CDN endpoints"`.
200200
web Instrumentation connection string can be changed by setting environment variable `APPLICATIONINSIGHTS_WEB_INSTRUMENTATION_CONNECTION_STRING = "web Instrumentation connection string"`
201201

202-
**Note:** web Instrumentation may slow down server response time, especially when response size is large or response is compressed. For the case in which some middle layers are applied, it may result in web Instrumentation not working and original response will be returned.
202+
> [!Note]
203+
> Web Instrumentation may slow down server response time, especially when response size is large or response is compressed. For the case in which some middle layers are applied, it may result in web Instrumentation not working and original response will be returned.
203204
204205
### Automatic third-party instrumentation
205206

0 commit comments

Comments
 (0)