Skip to content

Commit

Permalink
Merge pull request #559 from Whatnot-Inc/fix/swap-tables
Browse files Browse the repository at this point in the history
Fix swapping exporter tables
  • Loading branch information
Tristan Sloughter authored Mar 20, 2023
2 parents cf9f2d3 + 98df391 commit 79828e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/opentelemetry/src/otel_batch_processor.erl
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ export_spans(#data{exporter=Exporter,
Table1 ->
Table2;
Table2 ->
Table2
Table1
end,

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

0 comments on commit 79828e9

Please sign in to comment.