Closed norberttech closed 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.
Channel\Contracts\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!
https://github.com/Microsoft/ApplicationInsights-PHP/issues/59 - is asking about the same thing
Sorry for delay
Awesome, thanks @SergeyKanzhelev 🍻
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!