NewRelic Hanami
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_startIt should look like:
require './config/environment'
require 'newrelic_rpm'
require 'newrelic-hanami'
NewRelic::Agent.manual_start
run Hanami::Container.newThen add newrelic.yml to config folder.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request