You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 29, 2021. It is now read-only.
Would it be possible to shift the actual enabling later on in the application cycle? The performance/stats enabling is usually decided upon initialization, driven by some values, etc. etc. If possible, I would prefer to be able to enable it later, from controller or component (in my own "if" block). In the config section I don't have yet access/data to be able to determine if I want to enable it or not. Adding and removing code doesn't sound like a good idea.