Skip to content

Commit 00dbfa9

Browse files
committed
Clarify note on Application Insights SDK methods and syntax differences in Node.js documentation
1 parent f40f2c2 commit 00dbfa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/azure-functions/functions-reference-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@ Azure Functions lets you define the threshold level to be used when tracking and
11211121
By default, Azure Functions writes output as traces to Application Insights. For more control, you can instead use the [Application Insights Node.js SDK](https://github.com/microsoft/applicationinsights-node.js) to send custom logs, metrics, and dependencies to your Application Insights instance.
11221122
11231123
> [!NOTE]
1124-
> Methods in the Application Insights Node.js SDK might change over time and there could be minor syntax differences from the examples shown here. For the latest API usage examples, see the [Application Insights Node.js SDK documentation](https://github.com/microsoft/applicationinsights-node.js).
1124+
> Methods in the Application Insights Node.js SDK might change over time. There might be minor syntax differences from the examples shown here. For the latest API usage examples, see the [Application Insights Node.js SDK documentation](https://github.com/microsoft/applicationinsights-node.js).
11251125
11261126
::: zone pivot="nodejs-model-v4"
11271127
For distributed tracing in the Node.js v4 programming model, you can use the [`@azure/functions-opentelemetry-instrumentation`](https://www.npmjs.com/package/@azure/functions-opentelemetry-instrumentation) package instead of the Application Insights SDK. This package provides OpenTelemetry-based automatic instrumentation for Azure Functions. For more information, see the [OpenTelemetry Azure Functions Instrumentation for Node.js](https://github.com/Azure/azure-functions-nodejs-opentelemetry) GitHub repository.

0 commit comments

Comments
 (0)