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 5dcdfc4 commit 1840765Copy full SHA for 1840765
packages/plugins/opentelemetry/src/hive-span-processor.ts
@@ -79,7 +79,7 @@ export class HiveTracingSpanProcessor implements SpanProcessor {
79
}
80
81
if (isOperationSpan(span)) {
82
- span.setAttribute('hive.graphql', true)
+ span.setAttribute('hive.graphql', true);
83
traceState?.operationRoots.set(spanId, span as SpanImpl);
84
return;
85
0 commit comments