Roch Devost

Results 372 comments of Roch Devost

I've just tried the above code locally and I'm getting traces. Could it be related to the CoffeeScript transpilation? Did you try the above pure JavaScript version as well?

The steps I took: * Create `app.js` and `package.json` with the above code in a new folder. * Run `yarn install` in the folder. * Run `DD_TRACE_DEBUG=true node app` I...

@apank Can you provide a reproduction? So far every reproduction that was provided was working as expected.

That could very well be a load order issue. Is the tracer initialized before any other module is imported? A good way to ensure this is to require it on...

This should already be the case. Are you looking at `http.request` or `next.request` on the service page? If `next.request` is selected you should see the routes for Next specifically as...

This is just the default, and the resource name is later updated according to the page. It's possible it's not working for you case as NextJS has a complex router...

@Meemaw Are you still having this issue?

One thing I'm wondering is if the tracer is initialized early enough, as load order issues can cause some of the metadata to be missing. Generally speaking the fact that...

It looks like you're actually looking for additional tags on the existing span and not additional spans? If that's the case, generally speaking it should be possible to grab the...

Can this be closed now that another CodeQL config has been merged on master?