lib/resque/rollbar.rb in resque-rollbar-0.1.0 vs lib/resque/rollbar.rb in resque-rollbar-0.2.0

- old
+ new

@@ -3,6 +3,7 @@ Resque.before_first_fork do # Force synchronous reporting ::Rollbar.configure do |config| config.use_async = false end + ::Rollbar.reset_notifier! end