This gem ingrates in hanami-controller and can be used in full-featured hanami framework and with controller only.
gem 'newrelic-hanami'
Add it to your config.ru
:
require 'newrelic_rpm'
require 'newrelic-hanami'
NewRelic::Agent.manual_start
It should look like:
require './config/environment'
require 'newrelic_rpm'
require 'newrelic-hanami'
NewRelic::Agent.manual_start
run Hanami::Container.new
Then add newrelic.yml
to config
folder.
git checkout -b my-new-feature
)git commit -am 'add some feature'
)git push origin my-new-feature
)