Azure / Azure/azure-functions-dotnet-worker
Application Insights Events missing in Visual Studio
Open
area: application-insights
needs-investigation
- Dominant language
- C#
- Stars
- 466
- Forks
- 215
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 7
Description
Usually when adding Application Insights the Application Insights Search window in Visual Studio shows all the telemetry gathered (requests, exceptions, etc.).
Using a Azure Function with dotnet-isolated and the following configuration:
"applicationInsights": {
"samplingSettings": {
"isEnabled": true
}
the data is not showing in Visual Studio. However, it is correctly pushed to AI Insight Portal.
Using VS 2019 - Version 16.10.0 Preview 2.1
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.