Skip to content

Commit

Permalink
don't manually include graphql tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Apr 28, 2020
1 parent aae624f commit c9245f2
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 c9245f2

Please sign in to comment.