dd-trace-php

Datadog PHP Clients

OTHER License

Downloads
12.2M
Stars
464
Committers
76

Bot releases are hidden (Show)

dd-trace-php - 0.2.7

Published by pawelchcki almost 6 years ago

This is the first version of our official PHP Public Beta.
See https://docs.datadoghq.com/tracing/setup/php/ to learn how to setup PHP tracing.

Added

  • span type to Symfony and Laravel integration
  • post-install script checking if extension is successfully enabled

Fixed

  • memory leaks on request finalization
dd-trace-php - 0.2.6

Published by pawelchcki almost 6 years ago

Fixed

  • exception handling in C extension (PHP 5.6)
  • ext-ddtrace is no longer required when installing via composer
dd-trace-php - 0.2.5

Published by pawelchcki almost 6 years ago

Fixed

  • handling of function return values in PHP 5.6
dd-trace-php - 0.2.4

Published by pawelchcki about 6 years ago

Fixed

  • PHP 5.6 instrumenting method name in mixed case
dd-trace-php - 0.2.3

Published by chuck about 6 years ago

Fixed

  • PHP 5.6 compatibility in Laravel user tracking
  • Fix linking on older GCC (Debian Stretch)
dd-trace-php - 0.2.2

Published by pawelchcki about 6 years ago

Fixed

  • Laravel template rendering method signature missmatch
dd-trace-php - 0.2.1

Published by pawelchcki about 6 years ago

Fixed

  • Laravel template rendering tracing
  • PDO execute without parameters
dd-trace-php - 0.2.0

Published by pawelchcki about 6 years ago

Added

  • ddtrace C extension to allow introspection into running PHP code
  • Initial Laravel auto instrumentation integration
  • Initial Symfony auto instrumentation integration
  • Initial Eloquent auto instrumentation integration
  • Initial Memcached auto instrumentation integration
  • Initial PDO auto instrumentation integration
  • Initial Predis auto instrumentation integration
dd-trace-php - 0.1.2

Published by chuck about 6 years ago

Update opentracing dependency so it can be installed without modifying minimum-stability.

dd-trace-php - 0.1.1

Published by chuck about 6 years ago

Incorporate fixes and improvements from 0.1.0, including:

  • Fix for Undefined offset: 1 when using Tracer::startActiveSpan
  • Composer polyfill installation conflict
  • Added a Resource transport for debugging trace data
  • Lots of improvements to linting and test reporting
  • Make sure curl doesn't output to STDOUT when reporting to the trace agent
  • General dependency cleanup

... and more.

dd-trace-php - 0.1.0

Published by jcchavezs over 6 years ago

First alpha release is out!

This pre-release introduces all the bindings for the Datadog PHP Tracer. Here the list of available functionalities:

  • OpenTracing compliant, it can be used for manual instrumentation