-
Hi, We are using dd-trace with the GraphQL plugin on several projects, some based on an express and apollo server, some based on nest GraphQL. But, in the APM traces, we see a difference in the
We have exactly the same Thanks a lot. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The query should be available in both cases, so there might be a bug when using Apollo. However, since you explicitly don't want the whole query, for your use case it should be enough to disable query signature in both services with |
Beta Was this translation helpful? Give feedback.
The query should be available in both cases, so there might be a bug when using Apollo. However, since you explicitly don't want the whole query, for your use case it should be enough to disable query signature in both services with
tracer.use('graphql', { signature: false })
.