guerrerotook/application-insights-cakephp

CakePHP 的 ApplicationInsights 插件

0.0.2 2018-11-12 14:11 UTC

This package is auto-updated.

Last update: 2024-09-13 03:46:09 UTC


README

安装

您可以使用 composer 将此插件安装到您的 CakePHP 应用程序中。

安装 composer 包的推荐方法

Packagist 获取更多信息

composer require guerrerotook/application-insights-cakephp 

信息

此插件可以帮助您将请求和异常信息集成到 CakePHP 中间件 API 中。它会在处理请求过程中自动记录任何异常以及请求信息。

您需要设置一个新的配置设置来设置应用程序洞察仪表化密钥。

转到您的 config/app.php 并添加此部分

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