Luca Abbati

Results 61 comments of Luca Abbati

Did you notice any specific message logged? Could you try with `DD_TRACE_DEBUG=1` if you notice anything specific?

Hi! At the moment our tracer doesn't instrument Laravel Horizon. Instrumenting it can be seen as a two steps process. 1) Instrumenting CLI apps. Currently if we detect the `cli`...

Hello @LiquidPL , I was just curious to know if you had a chance to review my feedback.

Thank you @philippefuentes. I understand that this is important to you and I hope that we will be able to support arm64 architecture out of the box soon. Currently we...

Hey @nthienan, at the moment we haven't finalized our plans for our next quarter yet. We will post here as soon as we know.

Hello. Support for arm64 hasn't been prioritized for Q1. Installation instructions from @philippefuentes can be used in the meantime. Let me also drop here a link to the complete step-by-step...

You can download the released .tar.gz bundle from https://github.com/DataDog/dd-trace-php/releases for the specific version and copy all the `bridge/_generated*.php`.

php files are independent from the architecture. You can use them. This is actually what we are going to do soon with support for arm64.

Just to clarify, you need to build the extension on arm64. The companion PHP files in the directory I mentioned can be copied from any bundle of that same dd-trace-php...

@YorickH try this ``` ########################################################################### # If you want to generate, generate them on PHP 7.4... ########################################################################### FROM php:7.4 AS datadog ENV DD_TRACE_VERSION 0.70.1 RUN apt-get update && apt-get install...