ApplicationInsights-PHP icon indicating copy to clipboard operation
ApplicationInsights-PHP copied to clipboard

Azure Application Insights SDK for PHP

Results 14 ApplicationInsights-PHP issues
Sort by recently updated
recently updated
newest added

Hi, I`ve tried to install package with: ```composer require microsoft/application-insights``` But receive an error: ``` Problem 1 - Installation request for microsoft/application-insights ^0.4.5 -> satisfiable by microsoft/application-insights[0.4.5]. - Conclusion: remove...

I wasn't able to install this package on a Laravel 7 application and I believe anyone relying on Guzzle 6.5 wouldn't too. This PR allows newer Guzzle versions to be...

This makes is pretty much useless when comparing telemetry events. The ISO string returned from this utility is only accurate to the second. https://github.com/microsoft/ApplicationInsights-PHP/blob/95407ee7978a729f9bad5e2469ff07aadfe6bbd3/ApplicationInsights/Channel/Telemetry_Channel.php#L161 And all start times should use...

hello,when i was Initializing the client and setting the instrumentation key ,i got the error like this, my background is put **magento2**'s log to **Azure application insights**,magento2 is a framework...

hello, I get this error when I want to make the track Event. can anyone help me? PHP Fatal error: Uncaught exception 'GuzzleHttp\Exception\ServerException' with message 'Server error: `POST https://dc.services.visualstudio.com/v2/track` resulted...

Hi All, I'm attempting to send an event with some custom data to App Insights and I'm not seeing ANY events appearing there. I have confirmed I'm using the correct...

Hi All, We have installed Appinsights drupal 7 module with our instrumentation key in module admin level configuration , But our webapp mysql queries data doesn't getting reflected in Appinsights...