Skip to content

Commit ac0b48a

Browse files
committed
Revert "Disable app-wrapping exception handler to get data into Sentry"
This reverts commit 293ec83.
1 parent 349d904 commit ac0b48a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/better_together/application_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class ApplicationController < ActionController::Base
1111
rescue_from ActiveRecord::RecordNotFound, with: :render_404 # rubocop:todo Naming/VariableNumber
1212
rescue_from ActionController::RoutingError, with: :render_404 # rubocop:todo Naming/VariableNumber
1313
rescue_from Pundit::NotAuthorizedError, with: :user_not_authorized
14-
# rescue_from StandardError, with: :handle_error # Add this line
14+
rescue_from StandardError, with: :handle_error # Add this line
1515

1616
private
1717

0 commit comments

Comments
 (0)