Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jjb/f9f9268ec88437e4ae54e4c73e83b2ec to your computer and use it in GitHub Desktop.
Save jjb/f9f9268ec88437e4ae54e4c73e83b2ec to your computer and use it in GitHub Desktop.
class GraphqlController < ApplicationController
def create
ScoutApm::Transaction.rename("Graphql/" + params["_json"].first["operationName"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment