Skip to content

Commit 52fbf66

Browse files
Merge pull request #123553 from JacksonWeber/patch-2
Update Node.js 2.X SDK to Azure Monitor Distro Migration Guide
2 parents f9607f5 + 5a2897c commit 52fbf66

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/azure-monitor/app/opentelemetry-nodejs-migrate.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,14 @@ This guide provides two options to upgrade from the Azure Monitor Application In
4040
Remove all Application Insights instrumentation from your code. Delete any sections where the Application Insights client is initialized, modified, or called.
4141

4242
4. Enable Application Insights with the Azure Monitor OpenTelemetry Distro.
43-
43+
> [!IMPORTANT]
44+
> *Before* you import anything else, `useAzureMonitor` must be called. There might be telemetry loss if other libraries are imported first.
4445
Follow [getting started](opentelemetry-enable.md?tabs=nodejs) to onboard to the Azure Monitor OpenTelemetry Distro.
4546

4647
#### Azure Monitor OpenTelemetry Distro changes and limitations
4748

48-
The APIs from the Application Insights SDK 2.X aren't available in the Azure Monitor OpenTelemetry Distro. You can access these APIs through a nonbreaking upgrade path in the Application Insights SDK 3.X.
49+
* The APIs from the Application Insights SDK 2.X aren't available in the Azure Monitor OpenTelemetry Distro. You can access these APIs through a nonbreaking upgrade path in the Application Insights SDK 3.X.
50+
* Filtering dependencies, logs, and exceptions by operation name is not yet supported.
4951
5052
## [Upgrade](#tab/upgrade)
5153

0 commit comments

Comments
 (0)