guerrerotook/application-insights-cakephp

ApplicationInsightsCake plugin for CakePHP

0.0.2 2018-11-12 14:11 UTC

This package is auto-updated.

Last update: 2024-04-13 02:47:46 UTC


README

Installation

You can install this plugin into your CakePHP application using composer.

The recommended way to install composer packages is:

Get more information in Packagist

composer require guerrerotook/application-insights-cakephp 

Information

This plugin will help you integreate request and exception information to CakePHP middleware API. It's automatically logs any exceptions during the process a request and the request information also.

You need to setup a new configuration setting to set the Application Inisights Instrumentation Key.

Go to you config/app.php and add this section

'ApplicationInsights' => [ 'InstrumentationKey' => '{InstrumentationValue}' ]