Changeset 1067514
- Timestamp:
- 01/14/2015 12:11:17 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
application-insights/trunk/src/Server_Instrumentation.php
r1067499 r1067514 16 16 $this->_telemetryClient->trackEvent('ApplicationInsights_PluginLoaded'); 17 17 18 set_exception_handler( [$this, 'exceptionHandler']);18 set_exception_handler(array($this, 'exceptionHandler')); 19 19 } 20 20
Note: See TracChangeset
for help on using the changeset viewer.