Dont clobber existing settings unless it is set in our UI.
This ensures that settings we don't support, such as the
error callback function and regex matchers, are still
respected.
Add native support for maxMessageLength, logger,
ignoreErrors and ignoreUrls. Only strings are supported
(wherever relevant) — users should use regexes in their own code if
they need to.
This PR makes 2 changes:
maxMessageLength
,logger
,ignoreErrors
andignoreUrls
. Only strings are supported (wherever relevant) — users should use regexes in their own code if they need to.