girl_friday Integration
How to configure rollbar-gem to work with girl_friday
Add the following in config/initializers/rollbar.rb
:
config.use_async = true
Asynchronous reporting falls back to Threading if girl_friday is not installed.
For more information on rollbar-gem, please see the docs here.
Updated about 1 month ago