Skip to content

Commit 5a2897c

Browse files
Update articles/azure-monitor/app/opentelemetry-nodejs-migrate.md
1 parent c8cd47f commit 5a2897c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ 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-
> *Important:* `useAzureMonitor` must be called *before* you import anything else. There may be resulting telemetry loss if other libraries are imported first.
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

0 commit comments

Comments
 (0)