Expand my Community achievements bar.

Check out the 3rd Edition of the AEP Community Lens for all the latest releases, resources, and Community updates

Console warnings about deprecated properties

Avatar

Level 1

I've upgraded all my extensions and even searched for the property in Launch but it finds nothing. Not sure how to remove these warnings.

 

nelsontran1_0-1634320821532.png


 
nelsontran1_0-1634320847269.png

 

 

0 Replies

Avatar

Level 10

Look for buildInfo.
"container" in the message is referring to "_satellite", there must be custom code in your property with "_satellite.buildInfo.environment".

 

Avatar

Level 2

Do you have the Adobe Experience Platform Debugger installed by any chance? The debugger will cause those types of warnings.

If you mouseover the "VM###.##" link in the console log entry, it might display something like, "debugger:///VM###.##". If you click the link, it will take you to the offending code that the debugger injects into the page. Disable the debugger and see if the warnings cease.

Joe_Y_1_0-1635960655105.png