Right now, if the JS API throws an error, it might be uncaught and those don't seem to get added to the support logs because they bypass console.error. We should probably add a window level listener for uncaught errors and add them to the support logs
Right now, if the JS API throws an error, it might be uncaught and those don't seem to get added to the support logs because they bypass
console.error. We should probably add a window level listener for uncaught errors and add them to the support logs