Nothing Special   »   [go: up one dir, main page]

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.