microsoft / ApplicationInsights-PHP

Azure Application Insights SDK for PHP
https://azure.microsoft.com/services/application-insights/
Other
108 stars 92 forks source link

Operation name is empty #54

Closed jjindrich closed 6 years ago

jjindrich commented 6 years ago

When I run trackRequest with trackDependency, all data are submitted in AI database successfully. But there is missing Operation Name, Id in database. The efect of this is that on Azure portal in Performance blade are Operations missing. I was comparing data sent from .Net project and there is Operation reported correctly. Is there any workaround how to setup Operation ?

jondmcelroy commented 6 years ago

Thats why I made this PR #51, you can look at that to see how to set it.

jjindrich commented 6 years ago

I created new PR #55 to update documentation

SergeyKanzhelev commented 6 years ago

Is the issue on how to report the name or that it needs to be also populated automatically? Please rename the issue or I can close it