Skip to content

Commit 98df391

Browse files
committed
Swap tables correctly when exporting
1 parent cf9f2d3 commit 98df391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/opentelemetry/src/otel_batch_processor.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ export_spans(#data{exporter=Exporter,
392392
Table1 ->
393393
Table2;
394394
Table2 ->
395-
Table2
395+
Table1
396396
end,
397397

398398
%% an atom is a single word so this does not trigger a global GC

0 commit comments

Comments
 (0)