In Google Sheets, Is there a way to `catch` the “script timeout” exception and log some quick information, before the script is actually terminated?
I have a very large application, written in TypeScript
, using Visual Studio Community
, that I publish using CLASP
. At times, part of this application can run very slow and cause the script to be terminated. I’m trying to figure out what is causing these timeouts.