Hanami

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

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

This is an integration for the Hanami framework, installed via the "hanami" gem. The Hanami::API framework (from the "hanami-api" gem) is not supported.

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.