Skip to content

Releases: DataDog/dd-trace-php

0.2.4

18 Oct 17:15
1aee4d6
Compare
Choose a tag to compare
0.2.4 Pre-release
Pre-release

Fixed

  • PHP 5.6 instrumenting method name in mixed case

0.2.3

16 Oct 13:11
3a56967
Compare
Choose a tag to compare
0.2.3 Pre-release
Pre-release

Fixed

  • PHP 5.6 compatibility in Laravel user tracking
  • Fix linking on older GCC (Debian Stretch)

0.2.2

15 Oct 13:40
0924ceb
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release

Fixed

  • Laravel template rendering method signature missmatch

0.2.1

15 Oct 13:14
e1d40ab
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

Fixed

  • Laravel template rendering tracing
  • PDO execute without parameters

0.2.0

15 Oct 11:19
9c7e69d
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

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

0.1.2

01 Aug 20:15
b4107ae
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release

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

0.1.1

01 Aug 19:34
b4107ae
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

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.

0.1.0

17 Apr 14:27
b4107ae
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

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