Hey there!
Would it be possible to add the .rom
suffix to the events emitted through the instrumentation plugin? It’s how ActiveRecord
works with ActiveSupport::Notifications
and it’ll make things easier to identify different sql
emitted events.
If it’s possible I’m happy to open a PR with the changes: Rename emitted events to "sql.rom" · luismiramirez/rom-sql@6aa64c5 · GitHub
Thanks!