class GraphQL::Tracing::AppsignalTracing

def initialize(options = {})

Parameters:
  • set_action_name (Boolean) -- If true, the GraphQL operation name will be used as the transaction name.
def initialize(options = {})
  @set_action_name = options.fetch(:set_action_name, false)
  super
end