We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b12cd7 commit a00292bCopy full SHA for a00292b
OptimizelySDK/ErrorHandler/DefaultErrorHandler.cs
@@ -25,7 +25,7 @@ public class DefaultErrorHandler : IErrorHandler
25
/// </summary>
26
/// <param name="logger">Optional logger to be used to include exception message in the log</param>
27
/// <param name="throwExceptions">Whether or not to actaully throw the exceptions, true by default</param>
28
- public DefaultErrorHandler(ILogger logger = null, bool throwExceptions = true)
+ public DefaultErrorHandler(ILogger logger = null, bool throwExceptions = false)
29
{
30
Logger = logger;
31
ThrowExceptions = throwExceptions;
0 commit comments