Commit 7e8235a3 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch 'update-pipelines-sentry-reporting' into 'master'

Pipelines: pass Sentry correct variable for path

See merge request gitlab-org/gitlab!65458
parents c8b9ec0a 51437a70
......@@ -114,7 +114,7 @@ export default {
this.$options.name,
`| type: ${LOAD_FAILURE} , info: ${serializeLoadErrors(err)}`,
{
projectPath: this.projectPath,
projectPath: this.pipelineProjectPath,
pipelineIid: this.pipelineIid,
pipelineStages: this.pipeline?.stages?.length || 0,
nbOfDownstreams: this.pipeline?.downstream?.length || 0,
......
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