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
The UserConfig class appears to have been removed in 13.7.1. I'm currently looking for release notes on how we should replace our implementations of UserConfig.
We removed telemetry in #4643. We removed UserConfig along with it since the UserConfig was only used to store telemetry preferences and we had no awareness of anyone extending the UserConfig class.
The UserConfig is basically just a wrapper around a Json file, it should be easy to replicate independently if you need it. You really just need the constructor and save() method.
Describe the bug
Certain libraries for example
shelane/toggle-modules
unable to find theAcquia\Blt\Robo\Common\UserConfig
class.To Reproduce
Steps to reproduce the behavior, ideally starting from a fresh install of BLT:
src/Blt/Robo/Common
directory. It was present on or before version 13.7.0.Expected behavior
Documentation explaning how to use
UserConfig
class.The text was updated successfully, but these errors were encountered: