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

Commit 45a5ccb

Browse files
committed
Fix active config option
1 parent 86395ae commit 45a5ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/ElasticApmServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function register()
4444
'framework' => 'Laravel',
4545
'frameworkVersion' => app()->version(),
4646
],
47-
['active' => config('elastic.active')],
47+
['active' => config('elastic-apm.active')],
4848
config('elastic-apm.app'),
4949
config('elastic-apm.env'),
5050
config('elastic-apm.server')

0 commit comments

Comments
 (0)