microsoft / ApplicationInsights-PHP

Azure Application Insights SDK for PHP
https://azure.microsoft.com/services/application-insights/
Other
108 stars 92 forks source link

Add the ability to track throwables, not just exceptions #43

Closed jondmcelroy closed 6 years ago

jondmcelroy commented 6 years ago

Clean up some documentation and whitespace. Fix test that fails for php 5.4 to skip if guzzle client does not exist. https://travis-ci.org/Microsoft/ApplicationInsights-PHP/jobs/379467584

SergeyKanzhelev commented 6 years ago

Great! Can you please also add unit test. Maybe similar to testCompleteException. This will ensure throwable can be serialized all right.

SergeyKanzhelev commented 6 years ago

It will also address https://github.com/Microsoft/ApplicationInsights-WordPress/issues/9