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 aa2fab1 commit 54f3229Copy full SHA for 54f3229
aws-distro-opentelemetry-node-autoinstrumentation/src/exporter/otlp/aws/traces/otlp-aws-span-exporter.ts
@@ -70,7 +70,6 @@ export class OTLPAwsSpanExporter
70
if (isAgentObservabilityEnabled() && this.ensureLloHandler() && this.lloHandler) {
71
// items to serialize are now the lloProcessedSpans
72
itemsToSerialize = this.lloHandler.processSpans(items);
73
- itemsToSerialize = this.lloHandler.processSpans(items);
74
}
75
76
return super.export(itemsToSerialize, resultCallback);
0 commit comments