Skip to content

Commit

Permalink
don't do datadog tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed May 20, 2019
1 parent c10a4d3 commit a3bf4c3
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
@@ -1,7 +1,7 @@
# frozen_string_literal: true

class LupoSchema < GraphQL::Schema
use(GraphQL::Tracing::DataDogTracing, analytics_enabled: Rails.env.production?)
# use(GraphQL::Tracing::DataDogTracing, analytics_enabled: Rails.env.production?)

default_max_page_size 250
max_depth 10
Expand Down

0 comments on commit a3bf4c3

Please sign in to comment.