Skip to content

Suppress Github URL parse Error

Administrator requested to merge erzhtor/suppress-github-url-parse-error into main

Created by: erzhtor

Description

We seem to try to load code intelligence on every page. The issue with GH is that we try to parse repo out of URL and if it doesn't match we fail early. However, we don't wanna pollute Sentry + still be able to continue working on the page (rest of the functionality).

This PR:

  • Suppress Github URL parse Error

Closes #24099 (closed).

Merge request reports

Loading