Can console warnings about deprecated variables cause certain rules to fail? Also how can I fix these? Searching for them in provides no results.
Solved! Go to Solution.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
Is there a quick way of finding out where I am using these deprecated functions/variables? The search in Adobe Launch is not the greatest and is not bringing it up.
Views
Replies
Total Likes
Views
Likes
Replies