We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 565ae85 commit 1c74992Copy full SHA for 1c74992
lib/datadog/tracing/contrib/graphql/unified_trace.rb
@@ -288,7 +288,8 @@ def add_query_error_events(span, errors)
288
@type_key => parsed_error.type,
289
@stacktrace_key => parsed_error.backtrace,
290
@message_key => graphql_error['message'],
291
- @locations_key => self.class.serialize_error_locations(graphql_error['locations']),
+ @locations_key =>
292
+ Datadog::Tracing::Contrib::GraphQL::UnifiedTrace.serialize_error_locations(graphql_error['locations']),
293
@path_key => graphql_error['path'],
294
)
295
0 commit comments