Commit 4773b378 authored by Alex Kalderimis's avatar Alex Kalderimis Committed by Alex Kalderimis

Apply 1 suggestion(s) to 1 file(s)

parent 06c78365
......@@ -12,7 +12,7 @@ class IssueRebalancingWorker
rebalance(issue)
rescue ActiveRecord::RecordNotFound, IssueRebalancingService::TooManyIssues => e
Sidekiq.logger.warn(e)
Gitlab::ErrorTracking.log_exception(e, issue_id: issue_id)
end
private
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment