github DataDog/dd-trace-php 0.43.0

latest releases: 1.0.0beta1, 0.99.1, 0.99.0...
4 years ago

WARNING: use 0.44.1: this version presents a bug in specific builds of PHP and we recommend using version 0.44.1+ instead.

Important notes for this release:

  • This release comes with minor behavior changes for tracing closures on PHP 7. Please see the PR for details.
  • This release removes support for the already deprecated environment variables ddtrace_app_name and DD_TRACE_APP_NAME. Use DD_SERVICE_NAME instead.

Added

  • Service mapping with DD_SERVICE_MAPPING=pdo:payments-db,mysqli:orders-db #801, #817
  • Auto flushing with DD_TRACE_AUTO_FLUSH_ENABLED=1 (PHP 7) #819, #826
  • Disable automatic root-span creation with DD_TRACE_GENERATE_ROOT_SPAN=0 #834

Changed

  • Always return unaltered VM dispatch (PHP 7) #762
  • Uri to resource name ON by default #798
  • Sandbox Guzzle #809, #816
  • Sandbox predis integration #813
  • Sandbox curl (PHP 7) #814, #817, #831
  • Convert pid from long to string for internal spans #825
  • Move some Configuration methods to functions written at the C level #829

Don't miss a new dd-trace-php release

NewReleases is sending notifications on new releases.