Skip to content

Commit 7cdeb83

Browse files
Merge pull request #257813 from AaronMaxwell/aaronmax-nodejs-header-rename
Moving MicrosoftDocs/azure-docs-pr#256171
2 parents 511b191 + a4353bf commit 7cdeb83

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

articles/azure-monitor/app/codeless-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ When using supported SDKs, you can enable SDK injection in configuration to auto
5757
| Language
5858
| :--- |
5959
| [ASP.NET Core](./asp-net-core.md?tabs=netcorenew%2Cnetcore6#enable-client-side-telemetry-for-web-applications) |
60-
| [Node.js](./nodejs.md#automatic-web-instrumentationpreview) |
60+
| [Node.js](./nodejs.md#browser-sdk-loader) |
6161
| [Java](./java-standalone-config.md#browser-sdk-loader-preview) |
6262

6363
For other methods to instrument your application with the Application Insights JavaScript SDK, see [Get started with the JavaScript SDK](./javascript-sdk.md).

articles/azure-monitor/app/nodejs.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,15 @@ appInsights.defaultClient.context.tags[appInsights.defaultClient.context.keys.cl
176176
appInsights.start();
177177
```
178178

179-
### Automatic web Instrumentation[Preview]
179+
### Browser SDK Loader
180+
181+
> [!NOTE]
182+
> Available as a public preview. [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/)
180183
181184
Automatic web Instrumentation can be enabled for node server via JavaScript (Web) SDK Loader Script injection by configuration.
182185

186+
<!-- This feature enables web instrumentation for node server. It automatically injects the [Browser SDK Loader Script](javascript-sdk.md?tabs=javascriptwebsdkloaderscript#add-the-javascript-code) into your application's HTML pages, including configuring the appropriate Connection String. -->
187+
183188
```javascript
184189
let appInsights = require("applicationinsights");
185190
appInsights.setup("<connection_string>")

0 commit comments

Comments
 (0)