App Insights not logging dependencies in Node.js
Open
area: documentation
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 215
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
The documentation [here](https://docs.microsoft.com/en-us/azure/azure-functions/functions-monitoring#dependencies) states:
> Functions v2 automatically collects dependencies for HTTP requests, ServiceBus, and SQL.
However, I'm running a v2 Function App with Node.js and I'm not seeing my outgoing dependencies getting picked up automatically by Application Insights.
Is this only available for .NET? Do I need to initialize App Insights in each of my functions? The Function App is already associated with an App Insights instance, and I'm getting request logs, error traces, etc.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.