Skip to content

Commit 9f59949

Browse files
authored
Update README.md
1 parent 2ad6881 commit 9f59949

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ return [
4747
'components' => [
4848
// ...
4949
'newrelic' => [
50+
'enableEndUser' => true, // MIND THIS! It is JS instrumentation for end user. Default is true.
5051
'class' => 'bazilio\yii\newrelic\Newrelic',
5152
'name' => 'My App Frontend', // optional, uses Yii::$app->name by default
5253
'handler' => 'class/name', // optional, your custom handler

0 commit comments

Comments
 (0)