Jan 25, 2024
Add support for Ecto parallel preloads
Elixir2.8.2
Replacing use Ecto.Repo
with use Appsignal.Ecto.Repo
allows the Ecto instrumentation to keep context across the Elixir processes spawned by Ecto preload queries, ensuring that these queries are correctly instrumented:
See the changelog for AppSignal for Elixir package 2.8.2 for more information.