Mark Avery

Results 296 comments of Mark Avery

@rochdev any idea for a path forward here? Should I open up a new issue?

@rochdev Whats with this part? https://github.com/DataDog/dd-trace-js/blob/820101709abe2b153f165a723daed30389aeb56b/packages/datadog-instrumentations/src/fetch.js#L21-L25 It seems like it's rewriting the arguments? I wonder if maybe this is causing some confusion in the garbage collector? Is there a reason...

We are not using nextjs. I recently upgraded to node 20 and version 4.20, and I think it fixed it? I'm gong to be doing some more tests to ensure.

We upgraded to node 20 and it started working. If you are using a fetch shim (cross fetch, node fetch, etc) you might want to see if you can push...

it's probably going to bite me down the road. But right now I'm giving this a try. ```javascript setupController() { this._super(...arguments); this.TASK.taskFn = this.TASK.taskFn.bind(this); set(this.controller, 'TASK', this.TASK); }, ``` where...

ya, I'm in the same place as you @MiguelMadero .. @runspired what was the addon you had?

@runspired did that ever come to fruition?

Did the grade fix ever get out?

we do like this. `icon={() => }` so you get like ``` icons: { alert: () => , menuBook: () => , code: () => , 'kind:product': () => ,...