You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should normalize this in config.js, check all the default values (captureConsole, args, useIframe) and if they are not defined, set them to the default value...
The new client.captureConsole setting added in #850 (for #744) doesn't get defaulted correctly if you have any client options set. e.g:
In this case client.captureConsole is undefined, and you never see any console messages even though it's supposed to be
true
by default.This possibly affects all default arguments that are nested.
The text was updated successfully, but these errors were encountered: