g9rga/yii2-newrelic

与yii2的简单newrelic集成

安装: 689

依赖: 0

建议者: 0

安全: 0

星标: 1

关注者: 1

分支: 0

类型:yii2组件

1.0.1 2018-05-30 18:17 UTC

This package is not auto-updated.

Last update: 2024-09-28 19:41:46 UTC


README

与yii2的简单newrelic集成。

用法

'bootstrap' => ['newrelic'],
'components' => [
  'newrelic' => [
      'class' => 'g9rga\newrelic\Newrelic',
      'licenseKey' => 'LICENSE_KEY_HERE',
      'enabled' => true,
      'applicationName' => 'web',
      'enableBrowserTimings' => true
  ]
]