Suppress Github URL parse Error
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).