Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions articles/javascript/how-to/node-sdk-logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ You can add richer custom logging by using [Application Insights](/azure/azure-m

* Add the Application Insights SDK to your source code.
* Log from Node.js by using an [npm package](https://www.npmjs.com/package/applicationinsights).
* Make sure to configure the Node.js SDK with `enableAutoCollectConsole: true` in order to collect custom console logs.
* Log from your client code by using an [npm package](https://www.npmjs.com/package/@microsoft/applicationinsights-web).
* Log from your [Kubernetes cluster](/azure/azure-monitor/insights/container-insights-overview) or [Azure virtual machine](/azure/azure-monitor/insights/vminsights-overview).

Expand Down