girl_friday Integration
Hw 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 visit the docs.
Updated 2 months ago