lib/rollbar/plugins/goalie.rb in rollbar-2.14.1 vs lib/rollbar/plugins/goalie.rb in rollbar-2.15.0

- old
+ new

@@ -21,12 +21,12 @@ # so it can be displayed to the user on the error page if exception_data.is_a?(Hash) env['rollbar.exception_uuid'] = exception_data[:uuid] Rollbar.log_info "[Rollbar] Exception uuid saved in env: #{exception_data[:uuid]}" elsif exception_data == 'disabled' - Rollbar.log_info "[Rollbar] Exception not reported because Rollbar is disabled" + Rollbar.log_info '[Rollbar] Exception not reported because Rollbar is disabled' elsif exception_data == 'ignored' - Rollbar.log_info "[Rollbar] Exception not reported because it was ignored" + Rollbar.log_info '[Rollbar] Exception not reported because it was ignored' end # now continue as normal render_exception_without_rollbar(env, exception) end