Unable to send asynchronous Telemetry trackRequest call

Harihar Kushwaha 6 Reputation points
2021-10-19T06:50:02.61+00:00

Hi,

I am using PHP SDk https://github.com/microsoft/ApplicationInsights-PHP for making logs with Asynchronous calls but it doesn't sent to the Azure portal.

Below is my code.
$telemetryClient->trackRequest($endpoint_name, $endpoint_name, $starttime, $diff_millisecs, http_response_code(), true, $data);
$telemetryClient->flush( $data, true);

Community Center | Not monitored
{count} vote

1 answer

Sort by: Most helpful
  1. Monalla-MSFT 13,161 Reputation points Moderator
    2021-10-21T18:07:49.107+00:00

    Hello @Harihar Kushwaha - Thanks for reaching out.

    This is not a supported product from Microsoft.

    142509-image.png

    Please take a look at this doc for more reference :

    ApplicationInsights-PHP

    Hope this helps.

    If the above response helped, please feel free to "Accept as Answer" so it can be beneficial to the community.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.