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

Releases: philkra/elastic-apm-php-agent

v6.5.2

18 Feb 17:15
61b017b
Compare
Choose a tag to compare

Merged PR #50

thank you @kankje

v6.5.1

13 Feb 19:04
b8e3c3e
Compare
Choose a tag to compare

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.5.0

10 Feb 18:47
a4bc2e6
Compare
Choose a tag to compare

Bug fix for milliseconds (PR #40 ) thanks to @dstepe and @pinoniq

v6.4.3

06 Feb 17:16
106ad3a
Compare
Choose a tag to compare

Merged PR #37 to allow a more elaborate HTTP client configuration. Thank you @dstepe

6.4.2

20 Dec 07:30
a5901a9
Compare
Choose a tag to compare

Flushing the traces stores on send, in order to reduce memory consumption.

philkra/elastic-apm-laravel#22

v6.4.1

16 Nov 07:53
c63c85c
Compare
Choose a tag to compare

Bugfix for CLI usage (#33 )

v6.4.0

19 Oct 06:17
bc77b79
Compare
Choose a tag to compare
  • Usage of timeout config (#26 )
  • Masking of ENV values (#28 )

thanks to @jblotus and @nishimura

v6.3.5

15 Oct 06:44
026d9c9
Compare
Choose a tag to compare

Support of timeout param for Guzzle Client (PR #26 )

v6.3.4

28 Sep 12:51
14554ee
Compare
Choose a tag to compare

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

v6.3.3

27 Sep 10:54
2912a32
Compare
Choose a tag to compare

Merged PR #24 (/cc @iainmckay )