new release of "rails_performance" gem
https://github.com/igorkasyanchuk/rails_performance is a plug&play solution to monitor the performance of your production Rails application. Similar to NewRelic/DataDog/etc, but self-hosted (works as Rails engine), and using only Redis as a dependency.
New changes: - the ability to store custom data like current_user.id, or UserAgent - upgraded dev dependencies
Post a comment