Skip to content

Commit

Permalink
datadog tracing for graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Apr 30, 2020
1 parent 1a04e83 commit 3668130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/graphql/lupo_schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class LupoSchema < GraphQL::Schema
include ApolloFederation::Schema

# use GraphQL::Tracing::DataDogTracing, service: 'graphql'
use GraphQL::Tracing::DataDogTracing, service: 'graphql'
use ApolloFederation::Tracing

default_max_page_size 1000
Expand Down

0 comments on commit 3668130

Please sign in to comment.