Hanami
Hanami is supported by AppSignal, but requires some manual configuration.
After installing the gem, include the AppSignal Hanami integration.
# config.ru require "hanami/boot" require "appsignal/integrations/hanami" # Add this line run Hanami.app
Create an AppSignal configuration file, config/appsignal.yml
or configure it through environment variables.
See the Ruby configuration page for more details on how to configure AppSignal.
After these steps, start your Hanami app and wait for data to arrive in AppSignal.