Skip to content

Resolve "[Feature flag] Rollout of `remove_request_stats_for_tracing`"

What does this MR do and why?

When we are requesting the diff related to tracing, we don't need the diff stats related to the files, and this was performing an additional unneeded gitaly call. With this feature flag removal, we are stopping this extra request.

To Test:

  • Make a comment on a diff
  • Make a change to the diff by adding a few lines above
  • Ensure that the diff note was updated

Related to #428041 (closed)

Edited by Marc Shaw

Merge request reports