Skip to content

Track nil `proxy` to Sentry upon field access

Matthias Käppler requested to merge 36801-log-null-lb-to-sentry into master

What does this MR do?

In #36801 (closed) we identified the need to make load balancer proxy late-init failures more explicit by logging an appropriate error to Sentry whenever proxy is attempted to be accessed before it had been configured. Access will still fail-fast due to the proxy being nil.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

I'm not sure how to test this -- since this is an EE feature, I suspect I need a particular license that I need to fake in development?

Edited by 🤖 GitLab Bot 🤖

Merge request reports