Skip to content

Commit df8e756

Browse files
author
Robert Mosolgo
authored
Merge pull request rmosolgo#1187 from askn/master
fix args problem in ScoutTracing
2 parents 314fb59 + 35c8d30 commit df8e756

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/graphql/tracing/scout_tracing.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ class ScoutTracing < PlatformTracing
1616
"execute_query_lazy" => "execute.graphql",
1717
}
1818

19-
def initialize
19+
def initialize(options = {})
2020
self.class.include ScoutApm::Tracer
21-
super
21+
super(options)
2222
end
2323

2424
def platform_trace(platform_key, key, data)

0 commit comments

Comments
 (0)