Nov 15, 2023
Improve Ecto transactions
Elixirappsignal 2.7.12
Improve instrumentation for Ecto transactions. Queries performed as part of an
Ecto.Multi
or an Ecto.Repo.transaction
are now displayed in the event timeline as child events of a broader transaction event:

An additional event is added at the end of the transaction, to denote whether the transaction was committed or rolled back.
See the changelogs for AppSignal for Elixir package 2.7.12 for more information.