Skip to content

Commit 54f3229

Browse files
committed
remove duplicate llo handlers
1 parent aa2fab1 commit 54f3229

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aws-distro-opentelemetry-node-autoinstrumentation/src/exporter/otlp/aws/traces/otlp-aws-span-exporter.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ export class OTLPAwsSpanExporter
7070
if (isAgentObservabilityEnabled() && this.ensureLloHandler() && this.lloHandler) {
7171
// items to serialize are now the lloProcessedSpans
7272
itemsToSerialize = this.lloHandler.processSpans(items);
73-
itemsToSerialize = this.lloHandler.processSpans(items);
7473
}
7574

7675
return super.export(itemsToSerialize, resultCallback);

0 commit comments

Comments
 (0)