Skip to content

Commit

Permalink
Remove sentry exception.
Browse files Browse the repository at this point in the history
  • Loading branch information
danhumphreys-moj committed Sep 5, 2024
1 parent f4f91b8 commit 7775eda
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1813,7 +1813,6 @@ class BookingService(
extractEntityFromNestedAuthorisableValidatableActionResult(assessmentService.closeAssessment(user, assessmentId))
} catch (exception: Exception) {
log.error("Unable to close CAS3 assessment $assessmentId for booking ${booking.id} ", exception)
Sentry.captureException(RuntimeException("Unable to close CAS3 assessment $assessmentId for booking ${booking.id} ", exception))
}
}
}
Expand Down

0 comments on commit 7775eda

Please sign in to comment.