Can console warnings stop execution of certain rules? | Community
Skip to main content
New Participant
September 21, 2021
Solved

Can console warnings stop execution of certain rules?

  • September 21, 2021
  • 1 reply
  • 1043 views

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

 

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Gokul_Agiwal

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. 

1 reply

Gokul_Agiwal
Gokul_AgiwalAccepted solution
New Participant
September 22, 2021

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. 

New Participant
October 15, 2021

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.