Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/raven/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ def successful_send
end

def failed_send(e, event)
@state.failure
if e # exception was raised
@state.failure
configuration.logger.warn "Unable to record event with remote Sentry server (#{e.class} - #{e.message}):\n#{e.backtrace[0..10].join("\n")}"
else
configuration.logger.warn "Not sending event due to previous failure(s)."
Expand Down