lib/bugsnag/resque.rb in bugsnag-2.8.6 vs lib/bugsnag/resque.rb in bugsnag-2.8.7

- old
+ new

@@ -34,5 +34,7 @@ # For backwards compatibility Resque::Failure::Bugsnag = Bugsnag::Resque # Auto-load the failure backend Bugsnag::Resque.add_failure_backend + +Bugsnag.configuration.app_type = "resque"