Skip to content

fix: handle errortracking init error

feistel requested to merge feistel/gitlab-pages:fix/errortracking into master

What does this MR do?

From #615 (closed)

We ignore the error when initializing the error tracker in https://gitlab.com/gitlab-org/gitlab-pages/-/blob/master/main.go#L28 so we might be blindly assuming it’s working, when in fact is not.

TODO

Merge request reports