We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c869b8 commit a139345Copy full SHA for a139345
lib/graphql/tracing/new_relic_trace.rb
@@ -1,6 +1,6 @@
1
# frozen_string_literal: true
2
3
-require "graphql/tracing/platform_trace"
+require "graphql/tracing/notifications_trace"
4
5
module GraphQL
6
module Tracing
lib/graphql/tracing/notifications_trace.rb
@@ -1,7 +1,5 @@
-
7
# This implementation forwards events to a notification handler (i.e.
lib/graphql/tracing/sentry_trace.rb
0 commit comments