We have client side rendered React app and are using the lighthouse plugin during our build to set thresholds. Ever since we enabled a cookie consent manager (osana) the “Best Practice” score calculation is broken.
I tried the following input settings (for the lighthouse plugin), with no luck
[plugins.inputs.settings]
blockedUrlPatterns = ["https://cmp.osano.com/*"]
The tooltip on error above says this.string.charAt is not a function
Looking for ways to keep a best practices threshold in our CI.
