Levi Morrison
Levi Morrison
This was eventually moved into libdatadog.
@workingjubilee The associated PR got merged--should this issue be considered resolved?
I slightly improved the situation in v1.1.0. Here are the sizes for the `aarch64-linux-gnu` artifacts over time, but there are similarly sized improvements for `x86_64-linux-gnu`: ``` dd-library-php-0.98.0-aarch64-linux-gnu.tar.gz 482 MB dd-library-php-0.99.0-aarch64-linux-gnu.tar.gz...
I've tentatively added a commit which removes the `zend_execute_internal` bits on PHP 8.4. It's probably a slight abuse of `cfg(php_frameless)` but whatever, allows us to test it.
For those who are not aware, there are two kinds of "debug" things for PHP. 1. There are PHP debug builds which aren't optimized, do extra runtime checks, and have...
The symbol prefixes I know are already in use are: - `ddog_prof_*` - `ddog_crasht_*` - `ddog_trace_exporter_*` - `ddog_sidecar_*` - `ddog_telemetry_*` Can we name this `ddog_log_*` instead of `ddlog_*`?
There are conventions for the full name too, but they are less standardized. I was specifically talking about the FFI symbol prefixes with this comment. Within a package, you should...
I'm not entirely sure what you are after, since there's no elaboration beyond the title. The endpoint is roughly a scheme and authority. I _think_ it wasn't meant to be...
> There should be an easy way to send a request to a specific route of a server described by an endpoint. What API are you using to make the...
It took quite a few randomized test runs but I managed to get a crash. Here's the top of the stack: ``` #0 datadog_php_profiling::profiling::stack_walking::detail::StringCache::get_or_insert (slot=0, f=..., self=) at profiling/src/profiling/stack_walking.rs:103 #1...