Dan Dean
Dan Dean
I'll try to put one together. Thanks @rochdev.
Hi @rochdev - unfortunately I've been absolutely slammed with other things so I haven't had a chance to look yet.
@rochdev thank you for checking back! This is working for me: package.json: ``` "dd-trace": "^0.29.1", ```
HI @smares - thanks for the patch. Can you explain the benefit of doing this?
Thanks for the additional info. I'll try to fix it up when I get time.
I really like these ideas about future proofing this library. One thing that's certain and has been proven time and again is the reliability and long-term efficacy of the blockchain....
@hasezoey – `this` parameters do not appear to work on getters/setters. > 'get' and 'set' accessors cannot declare 'this' parameters.ts(2784)
Ah, dang. Thanks for the response, and I appreciate all of the work on this library.
The same is true for GitHub Actions when used in conjunction with the [Datadog Agent](https://github.com/DataDog/agent-github-action) action: ``` time="2022-06-02T06:50:10Z" level=debug msg="Error while sending metric http_req_duration" error="write udp 127.0.0.1:44061->127.0.0.1:8125: write: connection refused"...
@colinhacks – thank you for chiming in on this. We have a very large codebase which cannot (for annoying reasons) yet switch away from `"node"` module resolution. It's... so dumb....