microsoft / ApplicationInsights-PHP

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

Release 0.4.5 #66

Closed norberttech closed 5 years ago

norberttech commented 5 years ago

Hey, is there any chance to draft new release 0.4.5? In release 0.4.4 Telemetry_Client::trackMetric method is broken, it's using uppercase constant name Channel\Contracts\Data_Point_Type::AGGREGATION but it suppose to be lowercase 0.4.4 Data_Point_Type::Aggregation.

It looks that this was already fixed in master Telemetry_Client::trackMetric but because I'm building Symfony Bundle for App Insights I can't simply update dependency to "*".

Thanks!

norberttech commented 5 years ago

https://github.com/Microsoft/ApplicationInsights-PHP/issues/59 - is asking about the same thing

SergeyKanzhelev commented 5 years ago

Sorry for delay

norberttech commented 5 years ago

Awesome, thanks @SergeyKanzhelev 🍻