This allows an arbitrary nesting of the module without breaking the
handle_event pattern match. Just ignores the data since we weren't using
it anyway.
We can't simply change the naming of the query_event list because the Ecto
side emits events under the exact name. Search on telemetry_prefix in docs
if you want to see more
This allows an arbitrary nesting of the module without breaking the handle_event pattern match. Just ignores the data since we weren't using it anyway.
We can't simply change the naming of the query_event list because the Ecto side emits events under the exact name. Search on
telemetry_prefix
in docs if you want to see moreFixes #76