We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d325ef commit 19dcf75Copy full SHA for 19dcf75
lib/graphql/tracing/new_relic_trace.rb
@@ -13,6 +13,9 @@ module Tracing
13
# # Optional, use the operation name to set the new relic transaction name:
14
# # trace_with GraphQL::Tracing::NewRelicTrace, set_transaction_name: true
15
# end
16
+ #
17
+ # @example Installing without trace events for `authorized?` or `resolve_type` calls
18
+ # trace_with GraphQL::Tracing::NewRelicTrace, trace_authorized: false, trace_resolve_type: false
19
module NewRelicTrace
20
# @param set_transaction_name [Boolean] If true, the GraphQL operation name will be used as the transaction name.
21
# This is not advised if you run more than one query per HTTP request, for example, with `graphql-client` or multiplexing.
0 commit comments