
Apps Script
Apps Script V8: Sorting out the call stack to figure out who called
Let’s say you need to find out how your function was called, either for in app debugging or some other purpose. A JavaScript Error has a non standard property (stack) that contains some info about […]