As part of investigating the configuration for #2013 we identified that the documented enableDebug flag is not used during the initialization of the SDK and instead is using enableDebugExceptions
For previous released versions (v2.x) we should update the documentation to point out that this is called enableDebugExceptions, and for later releases we shoudl "consider" whether to use the enableDebug with a fallback to enableDebugExceptions.
As this is really a developer time (non-production) setting, I'm inclined to only support 1 value rather than 2 (from a code size perspective).