DebugInfo
An array of objects containing information useful for debugging. Gives you the name of the task that failed to complete and a stack trace of where the error occured. Each object has a shape of:
{
"task": "setTimeout",
"stack": "Error: ..."
}