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

Commit

Permalink
Merge pull request #48 from montross50/development
Browse files Browse the repository at this point in the history
Allow config of environment
  • Loading branch information
dstepe authored May 9, 2019
2 parents f1a6212 + f46de22 commit 5c0cab0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/elastic-apm.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@

'env' => [
// whitelist environment variables OR send everything
'env' => ['DOCUMENT_ROOT', 'REMOTE_ADDR']
'env' => ['DOCUMENT_ROOT', 'REMOTE_ADDR'],
//'env' => []
// Application environment
'environment' => env('APM_ENVIRONMENT', 'development'),
],

// GuzzleHttp\Client options (http://docs.guzzlephp.org/en/stable/request-options.html#request-options)
Expand Down

0 comments on commit 5c0cab0

Please sign in to comment.