Skip to content

Commit

Permalink
Merge pull request #940 from appsignal/reduce-graphql-instrumentation…
Browse files Browse the repository at this point in the history
…-event-timeline-noise

Reduce GraphQL instrumentation noise
  • Loading branch information
unflxw authored Sep 4, 2023
2 parents b138c63 + 114244a commit 436ab90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,11 @@ export class Client {
setParams(params)
}
},
"@opentelemetry/instrumentation-graphql": {
ignoreTrivialResolveSpans: true,
mergeItems: true,
allowValues: false
},
"@opentelemetry/instrumentation-http": {
headersToSpanAttributes: {
server: { requestHeaders }
Expand Down

0 comments on commit 436ab90

Please sign in to comment.