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);

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,994 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Monalla-MSFT 11,636 Reputation points
    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