Hanami

AppSignal for RubyThis feature requires 3.3.0 or higher.
HanamiThis feature requires 2 or higher.

Hanami is supported by AppSignal, but requires some manual configuration.

After installing the gem, include the AppSignal Hanami integration.

ruby
# 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.