Roch Devost
Roch Devost
Now that there is a native `BigInt` type, it should be used by this library when available. Right now it's only a few times faster, but future optimizations should make...
## Motivation Support for the feature has been merged and will land in the next version of dd-trace-js. ## Changes Add Node.js support for dynamic config v2. ## Workflow 1....
## Description Add Node.js support for `tracestate` propagation with `datadog` header first. ## Motivation Node.js now supports this feature. ## Workflow 1. ⚠️⚠️ Create your PR as draft 2. Follow...
I was wondering if support for int64 libraries like [long](https://github.com/dcodeIO/Long.js/) and [int64-buffer](https://github.com/kawanet/int64-buffer) would be considered. I'm willing to open a PR for `int64-buffer` since it's what we use and is...
This PR adds support for encoding actual 64bit integers instead of the maximum of 53bit supported natively by JavaScript. It does so by detecting that the value is an [int64-buffer](https://github.com/kawanet/int64-buffer)...
Right now controllers, directives and services are using classes, but config/run and filters use functions exclusively. I think it would feel more natural in TypeScript to also support class definitions...
## Description Try using 16 core machines for parametric tests. WIP DO NOT MERGE. This will be rebased on top of #1071. ## Workflow 1. ⚠️⚠️ Create your PR as...
### What does this PR do? Decrease "All Green" poll interval to every 18 seconds and timeout to 6 minutes. ### Motivation The tests were just made faster over the...
### What does this PR do? Move parametric tests to a 16 cores runner. ### Motivation These tests are slow, but they run in parallel so adding cores should mitigate...
### What does this PR do? Add experimental tracing using a native event collector that stores and processes traces outside of the application. ### Motivation This was previously just a...