Skip to content

Commit c8cd47f

Browse files
authored
Add azure-monitor package note and limitation.
1 parent fe3c340 commit c8cd47f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,13 @@ 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:* `useAzureMonitor` must be called *before* you import anything else. There may be resulting telemetry loss if other libraries are imported first.
4444
Follow [getting started](opentelemetry-enable.md?tabs=nodejs) to onboard to the Azure Monitor OpenTelemetry Distro.
4545

4646
#### Azure Monitor OpenTelemetry Distro changes and limitations
4747

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.
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+
* Filtering dependencies, logs, and exceptions by operation name is not yet supported.
4950
5051
## [Upgrade](#tab/upgrade)
5152

0 commit comments

Comments
 (0)