Commit 1f1b2b2f authored by Igor Drozdov's avatar Igor Drozdov

Merge branch 'json-extra-cardinality' into 'master'

Stop logging request.params as json.extra

See merge request gitlab-org/gitlab!32583
parents 7a7e39e7 b07d16a2
......@@ -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