We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced4c23 commit 85f3723Copy full SHA for 85f3723
README.md
@@ -45,7 +45,8 @@ return [
45
'class' => 'bazilio\yii\newrelic\Newrelic',
46
'name' => 'My App Frontend', // optional, uses Yii::$app->name by default
47
'handler' => 'class/name', // optional, your custom handler
48
- 'licence' => '...' // optional
+ 'licence' => '...', // optional
49
+ 'enabled' => false // optional, default = true
50
]
51
],
52
];
0 commit comments