Can console warnings stop execution of certain rules?
Can console warnings about deprecated variables cause certain rules to fail? Also how can I fix these? Searching for them in provides no results.


Can console warnings about deprecated variables cause certain rules to fail? Also how can I fix these? Searching for them in provides no results.


Hi @nelsontran1
As I'm aware console warnings not stopping execution of rules unless the specific methods / functions you have used in your build code.
Above warning messages just showing you that container.buildInfo.environment method is deprecated so use the new one instead to get the environment that the current tag runtime library is deployed on.
Hope this helps.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.