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 3aed16e commit d157565Copy full SHA for d157565
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