We are using version 2 Widget. Our current widget code has below line of code:
In the above code what is "debug:true" does ?
What is the impact if we update "debug:false" ?
Please help me to clarify the above questions. Thanks..!!
We are using version 2 Widget. Our current widget code has below line of code:
In the above code what is "debug:true" does ?
What is the impact if we update "debug:false" ?
Please help me to clarify the above questions. Thanks..!!
Hello,
debug - boolean
"Enable or disable CXBus logging in the javascript console.
Set to true to enable; set to false to disable. Default value is false."
See "CXBus.configure" on this page: https://all.docs.genesys.com/WID/Current/SDK/GWCBusAPIOverview
CXBus.configure({debug: true, pluginsPath: "/js/widgets/plugins/"});"
Thanks Jerome..!!
We had a IE11 issue recently. Was just giving white page. After making debug to 'false' it started working. Any thoughts around ?
No, I don't.
Please open a case with Genesys Cloud Care to report the issue.
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.