Replies: 2 comments 6 replies
|
Actually I just thinking when I was writing the documentation that there should be a What do you think? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ads-clienthas the optionhideConsoleWarningsto suppress console warnings.For applications with centralized logging, it could be useful to "catch" these warnings from
ads-clientrather than suppressing them.Perhaps an option for a custom console logging function:
It could default to
console.log.All reactions