Thomas Hunter II

Results 216 comments of Thomas Hunter II

@neilkumar-circle you should be fine using `-r` (alias for `--require`) which points to your own local module which configures and calls the dd-trace `init()` programmatically. The `dd-trace/initialize` file in the...

@radum the `dd-trace/initialize` file does some additional work as well, such as assisting with ESM loading. It's a bit of a multi-purpose helper file. If your application _does not_ already...

~~Yeah that's true, this should be working in recent versions of the tracer. @pwwolf can you confirm if this is still an issue?~~ Looks like this is still an issue:...

``` 386 passing (2m) 19 pending 20 failing 1) Sns with aws-sdk >=2.3.0 (2.3.0) with payload tagging adds request and response payloads as flattened tags: AssertionError: expected { …(19) }...

> Using [rfdc](https://www.npmjs.com/package/rfdc) is more questionable - we need a deep clone because JSONPath [apply](https://www.npmjs.com/package/jsonpath#jpapplyobj-pathexpression-fn) can only do side-effects, and we must not modify the payload, but maybe something simpler...

I'm going to close this PR as work is continuing in #4309.

@Harmonickey do you know what lead to exception? For example, an outgoing request?

@rochdev is this something you'd still like to land?

@gaston-haro can you confirm if this is still an issue and if @vanstinator's workaround worked for you or not?

@zomgbre can you confirm if https://github.com/DataDog/dd-trace-js/issues/3524#issuecomment-1734324979 worked for you?