Thomas Hunter II
Thomas Hunter II
@marcotc that's very interesting that each Ruby error has two strings. We end up doing the string % substitutions for the user stderr logs but we send the non-substituted strings...
Note that I just force-pushed a rebase on master to run the benchmarks again. @bengl feel free to force push if you get errors when pushing later changes.
We don't currently have plans to support the `postgres` package as the vast majority of our users are using `pg`. That said we do track these requests and use that...
This has still not been prioritized. Feel free to [submit a feature request to the helpdesk](https://help.datadoghq.com/hc/en-us/requests/new?tf_1260824651490=pt_product_type:apm&tf_1900004146284=pt_apm_language:node&tf_1260825272270=pt_apm_category_feature_request) as it helps "tally the votes".
What NATS package are you using? Is it this one? https://www.npmjs.com/package/nats We'll add this to our requested integration backlog.
NATS has not been prioritized. Feel free to open a helpdesk to boost prioritization
In master when I run a basic app with a child process call followed by an HTTP call: ```sh clear ; DD_TRACE_DEBUG=true node --loader=../loader-hook.mjs app.mjs 2>&1 | grep Encoding ```...
This has been made obsolete by the following two commits and Next.js v15.x should be supported in the next release. - https://github.com/DataDog/dd-trace-js/pull/4916 - https://github.com/DataDog/dd-trace-js/pull/4928
Which websocket package(s)?
Websocket support is currently being worked on