Levi Morrison
Levi Morrison
Based on tests, this has to do with renaming generic names, like `Foo` into `Foo_u8` or `FooU8`, etc. PR #703 allows renaming items with a rule, but it's now been...
Hello, I don't understand the premise. Can you help me understand? If I am currently borrowing a `Cow`, for instance, and I need to copy this to pass it to...
> Rc cannot be supported since prost::Message requires Send + Sync Honestly... why _does_ `Message` require `Send + Sync`? I peeked at the associated functions and there didn't seem any...
I can't speak for Joe, but I suggest using Software Collections to install Developer Toolset 6 or 7. You only have to load the collection at build time; at runtime...
:wave: I left this comment in [another thread](https://github.com/DataDog/dd-trace-php/issues/386#issuecomment-1545947480) and I'll copy it here in case it's valuable to you as well. ----- Just chiming in to add that [v0.87.0](https://github.com/DataDog/dd-trace-php/releases/tag/0.87.0) is...
In [ddtrace 0.82.0](https://github.com/DataDog/dd-trace-php/releases/tag/0.82.0), we added a [Roadrunner integration](DataDog/dd-trace-php#1813). Bob will be unavailable until the New Year, and I am filling in as best as I can. I don't know what's...
@fosron Code Hotspots will automatically work with any span. It doesn't require anything special on the tracer's side to work. So if you have profiling working, and an integration (whether...
Just chiming in to add that [v0.87.0](https://github.com/DataDog/dd-trace-php/releases/tag/0.87.0) is out now! There is also a new config mode in the `datadog-setup.php` script, which allows you to set service, env, version, etc,...
@s1rc Can you open a new issue and explain a bit more? PHP version, OS and OS version, how you are installing the tracer, the output of the `ddtrace` section...
:wave: I work on profiling and don't know the answer about that, @grigi . However, you should be able to drop the span with something like this: ```php DDTrace\trace_method(PDO::class, 'prepare',...