Commit b07d16a2 authored by Igor Wiedler's avatar Igor Wiedler

Stop logging request.params as json.extra

parent 26e0b8e7
......@@ -437,7 +437,7 @@ module API
if report_exception?(exception)
define_params_for_grape_middleware
Gitlab::ErrorTracking.with_context(current_user) do
Gitlab::ErrorTracking.track_exception(exception, params)
Gitlab::ErrorTracking.track_exception(exception)
end
end
......
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