Skip to content
This repository was archived by the owner on Nov 29, 2021. It is now read-only.

Commit b6ad719

Browse files
authored
Merge pull request #24 from jcalonso/fix-active-config
Fix active config option
2 parents c17c699 + 76965e1 commit b6ad719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/ElasticApmServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function register()
4545
'framework' => 'Laravel',
4646
'frameworkVersion' => app()->version(),
4747
],
48-
['active' => config('elastic.active')],
48+
['active' => config('elastic-apm.active')],
4949
$this->getAppConfig(),
5050
config('elastic-apm.env'),
5151
config('elastic-apm.server')

0 commit comments

Comments
 (0)