Oskar Szrajer
Oskar Szrajer
New hanami will use ROM (Ruby Object Mapper) Will be good to have out of box support for it too (rom-sql use Sequel below, so maybe this will be helpful)
rom-sql use sequel below, maybe it will help? But Sequel setup do not work (manual either)
This works for me: ```ruby notifications.subscribe(:sql) do |time:, name:, query:| Appsignal.instrument_sql("sql.#{name}.rom", nil, query) end ``` can I somehow add extra tag to it. I want to report query execution time...
working quite well dry-web (roda + rom) example: ```ruby Your::Container.boot :appsignal do |container| init do require "appsignal" require 'appsignal/integrations/object' use :persistence # rom setup and load end start do Appsignal.config...
Different projects at Belighted software house