exceptionOptions Object literal

Beta

Options for how uncaught exceptions should be handled.

Properties

Name Default Value Description
alertBox true Show an alert box explaining that a problem happened
details true include the "gory details" (e.g. stack trace)
launchDebugger true break into debugger (only works if debugger is already opened)
log true log exception to Logger

Defined in

Last Updated: 08 January, 2020