Skip to content

Latest commit

 

History

History
70 lines (55 loc) · 1.95 KB

CHANGELOG.asciidoc

File metadata and controls

70 lines (55 loc) · 1.95 KB
Note
For the best reading experience, please view this documentation at elastic.co

v1.0.0-beta1

Breaking changes

  • setLabel() have been moved to under context(): {pull}276[#276]

Bug fixes

  • Exclude query string from a transaction name: {pull}285[#285]

  • Added check that the corresponding extension is loaded before instrumenting it: {pull}228[#228]

Features

  • Added support for distributed tracing: {pull}283[#283]

  • Added Error events: {pull}282[#282]

  • Add support for TRANSACTION_MAX_SPANS configuration option : {pull}260[#260]

  • Added SERVER_TIMEOUT configuration option: {pull}245[#245]

  • Automatically capture stack trace for spans: {pull}232[#232]

  • Added VERIFY_SERVER_CERT configuration option: {pull}225[#225]

  • Implemented sampling (TRANSACTION_SAMPLE_RATE): {pull}216[#216]

v0.3

Bug fixes

  • Uninstallation support for Alpine Linux: {pull}240[#240]

  • Added check that the corresponding extension is loaded before instrumenting it: {pull}228[#228]

Features

  • Added SERVER_TIMEOUT configuration option: {pull}245[#245]

  • Automatically capture stack trace for spans: {pull}232[#232]

  • Added VERIFY_SERVER_CERT configuration option: {pull}225[#225]

  • Package deb/rpm/tar.gz with fpm (1st delivery): {pull}79[#79]

  • Implemented sampling (TRANSACTION_SAMPLE_RATE): {pull}216[#216]

  • Support multiple PHP APIs: {pull}121[#121]

  • Debian Linux package installation with post-install: {pull}98[#98]

PHP Agent version alpha/preview

Alpha1 release

Coming soon