You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto instrumentation of Logs are currently only supported when using `applicationinsights` v3 Beta package. (https://www.npmjs.com/package/applicationinsights/v/beta)
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/opentelemetry-configuration.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -627,23 +627,27 @@ For more information about Java, see the [Java supplemental documentation](java-
627
627
628
628
#### [Node.js](#tab/nodejs)
629
629
630
-
1. Installthe [OpenTelemetryCollectorTraceExporter](https://www.npmjs.com/package/@opentelemetry/exporter-trace-otlp-http) package in your project.
630
+
1. Installthe [OpenTelemetryCollectorTraceExporter](https://www.npmjs.com/package/@opentelemetry/exporter-trace-otlp-http) and other OpenTelemetry packages in your project.
0 commit comments