Ruben Bridgewater
Ruben Bridgewater
We should be up to date with dependencies in an automated way. TODO: Exclude pinned versions.
These changes are opinionated due to unicorn being opinionated. It is mainly about code readability.
### Discussed in https://github.com/DataDog/dd-trace-js/discussions/3965 Originally posted by **Sangdol** January 15, 2024 Our Express server receives many `OPTIONS` requests due to CORS. These `OPTIONS` traces are not very informative, and I'd...
This improves the kafka client performance as well as fixing a bug in case the clusterId gathering would have errored. In that case, the library would have ended with an...
### Discussed in https://github.com/DataDog/dd-trace-js/discussions/5577 Originally posted by **smcroskey** April 14, 2025 We have our datadog configured to emit traces for our Jest tests using `DD_CIVISIBILITY_AGENTLESS_ENABLED=true` for our CI integration tests,...
### Discussed in https://github.com/DataDog/dd-trace-js/discussions/5257 Originally posted by **adamdavis40208** February 12, 2025 We're noticing that sometimes a new k8s node will get created, a node service placed on the cluster, and...
### Discussed in https://github.com/DataDog/dd-trace-js/discussions/3820 Originally posted by **vstreame** November 23, 2023 Hi there, We tend to use as a lot of async iterables in our codebase. So we often have...
### Discussed in https://github.com/DataDog/dd-trace-js/discussions/2726 Originally posted by **nicolaspayot** January 26, 2023 Hello! I've been using `dd-trace-js` to enable DataDog APM with Nuxt 3 SSR applications. Here's what I've done so...
## Motivation Refs https://github.com/DataDog/dd-trace-js/pull/6551 This should ideally just be approved and I can merge it as soon as I merge the one in dd-trace-js to keep the diverging time window...