Skip to content

3.2.6

Choose a tag to compare

@LaunchDarklyCI LaunchDarklyCI released this 31 Mar 19:08

[3.2.6] - 2020-03-31

Fixed:

  • The default logging implementation (createConsoleLogger) could throw errors in Internet Explorer 11 if log output (of an enabled level) happened while the developer tools were not open. This is because in IE 11, the console object does not exist unless the tools are open. This has been fixed so the logger does not try to use console unless it currently has a value.