Problem Statement
I'd love to use easily use Sentry in my Google Apps Scripts projects to catch and report runtime errors as well as manually post events. I see a Node.js SDK and instructions, but I don't believe it's possible to use that directly for scripts running inside the Google Apps Scripts (GAS) environment.
Maybe not a huge priority as most folks doing any real development have migrated to an external web app that calls Google Apps APIs from outside GAS environment.
Solution Brainstorm
There are two things that would be cool, but just number 1 would be useful:
- For a GAS project to include a Sentry library (plug in script ID) to easily make manual calls to Sentry
- Sentry to listen for runtime errors and automatically fire (ideally, including information on if one was running in debug mode or not)
Product Area
Other
Problem Statement
I'd love to use easily use Sentry in my Google Apps Scripts projects to catch and report runtime errors as well as manually post events. I see a Node.js SDK and instructions, but I don't believe it's possible to use that directly for scripts running inside the Google Apps Scripts (GAS) environment.
Maybe not a huge priority as most folks doing any real development have migrated to an external web app that calls Google Apps APIs from outside GAS environment.
Solution Brainstorm
There are two things that would be cool, but just number 1 would be useful:
Product Area
Other