Roch Devost
                                            Roch Devost
                                        
                                    I'm not super familiar with either Apollo Gateway or Apollo Federation. Could you describe what would be the expected trace structure for this integration?
So say you have service A and service B, am I correct that A would call B by going through the gateway and the gateway generates a new query to...
> Would be helpful if I write a complete repo with an small-ish example? That would definitely be helpful, with a description of the behaviour you are currently seeing, and...
Hey @kbariotis, we still need a complete example with the expected resulting trace so that we can support this properly. Unfortunately we have no Apollo expert on the team and...
@kbariotis We do instrument the `graphql` module, with the theory that it should mean we also support Apollo since it uses that module under the hood as you pointed out....
@cgn-ca Can you open a separate issue for that? It's not really unique to Apollo and there might be other queries where it would make sense to ignore them.
I thought that for TypeScript to work properly you need to either depend on TypeScript projects, or to include their definitions in your dependencies. Since we use Node built-in modules,...
It's definitely a fair point that when not using TypeScript, the additional dependency is just useless overhead. We're currently looking into optimizing dd-trace for serverless, and we could definitely remove...
It looks like this broke one of the benchmarks. Once that's fixed then we can merge this PR 👍 .
@juan-fernandez Looks like there might be a bug in the `jest` plugin? @clementprevot While this is being fixed, you could disable the `jest` plugin so that you can continue to...