microsoft / ApplicationInsights-PHP

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

Error : Undefined class constant 'AGGREGATION' #56

Closed ipomatto closed 6 years ago

ipomatto commented 6 years ago

The current implementation of \ApplicationInsights\Telemetry_Client::trackMetric() uses a wrong constant name for type of metrics if type is null.

Error located in this line

Question: why this PHP repository doesn't use PSR coding standards ?