Releases: philkra/elastic-apm-php-agent
Releases · philkra/elastic-apm-php-agent
v6.5.1
Merged PR #46
- Add enviroment tag to config (PR #44 )
- Sanitize cookies (PR #45 )
- fixed missing timeout param (issue #26 )
- Migrate phpunit to version 8
/cc @kankje & @dstepe
v6.4.3
Merged PR #37 to allow a more elaborate HTTP client configuration. Thank you @dstepe
v6.4.1
Bugfix for CLI usage (#33 )
v6.3.5
Support of timeout param for Guzzle Client (PR #26 )
v6.3.4
Injectable EventFactory
(PR #25 ) that let's you create custom outgoing filters for obfuscating e.g. passwords and/or credit card data.
Thanks to @iainmckay for the contribution