Skip to content

Commit

Permalink
Fix graphql error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
NuckChorris committed Oct 13, 2024
1 parent c61872a commit fcae570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/graphql_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def ensure_hash(ambiguous_param)
end

def handle_error(exception)
Sentry.capture_exception(exception, {})
Sentry.capture_exception(exception)

logger.error exception.message
logger.error exception.backtrace.join("\n")
Expand Down

0 comments on commit fcae570

Please sign in to comment.