Skip to content

Add gitlab_commit_path to Sentry Error Details Response

Allison Browne requested to merge 38223-add-gitlab-commit-path into master

What does this MR do?

This adds the gitlab_commit_path to a sentry error so that the front end does not need to know about the path. I chatted about this with @syasonik, and we both agreed that it would be ok to use the view helpers in a model in this case because otherwise we won't be efficient about requesting data (requesting the same service twice - once for the html page and once for the json format).

See discussion here:

!22431 (comment 269044981)

!22431 (comment 266992397)

Conformity

Availability and Testing

Edited by Allison Browne

Merge request reports