Skip to content

g9rga/yii2-newrelic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yii2-newrelic

Simple newrelic integration with yii2.

Usage:

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

About

Simple newrelic integration with yii2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages