Closed MichelZ closed 5 years ago
This happens when I'm using the trackMetric functionality like this:
$telemetryClient->trackMetric('NumberOfActivitiesInEvent', count($objContent), \ApplicationInsights\Channel\Contracts\Data_Point_Type::Measurement);
or this $telemetryClient->trackMetric('NumberOfActivitiesInEvent', count($objContent));
$telemetryClient->trackMetric('NumberOfActivitiesInEvent', count($objContent));
Actually, just found #56 Can this be released?
@SergeyKanzhelev Ping
@SergeyKanzhelev Trying to ping again
This happens when I'm using the trackMetric functionality like this:
$telemetryClient->trackMetric('NumberOfActivitiesInEvent', count($objContent), \ApplicationInsights\Channel\Contracts\Data_Point_Type::Measurement);
or this
$telemetryClient->trackMetric('NumberOfActivitiesInEvent', count($objContent));