Performances & exceptions monitoring for Ruby on Rails applications
RoRvsWild is a ruby gem to monitor performances and exceptions in Ruby on Rails applications.
This gem has a double mode, development and production.
It can be used without an account to monitor your requests performances in your development environment.
It can also be used in your production and staging environments with an account on https://rorvswild.com. With such an account you also get extra benefits such as 30 day trace, background jobs monitoring, exceptions monitoring and notifications.
gem "rorvswild"
bundle install
in you terminalClick on the button, or navigate to http://localhost:3000/rorvswild to see the details panel:
To monitor your production or staging environment, you need an API key.
Signup on https://www.rorvswild.com and create an app to get one.
gem "rorvswild"
bundle install
in you terminalrorvswild-install API_KEY
in you terminal