Skip to content

Commit

Permalink
don't raise
Browse files Browse the repository at this point in the history
  • Loading branch information
Thrillberg committed Mar 4, 2025
1 parent 811122b commit 1ada9bb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def handle_exception(e)
confirmation_number: config[:confirmation_number]
)
StatsD.increment('silent_failure', tags: statsd_tags) if notification_type == :error
raise e
end
end
end
Expand Down

0 comments on commit 1ada9bb

Please sign in to comment.