Google Apps 脚本 "Dashboard" 中未显示 Web 应用程序执行

Web App executions are not displayed in Google Apps Script "Dashboard"

我有一个容器绑定 Google Apps Script 脚本。

我将脚本部署为 Web 应用程序,设置为以我的身份执行,并授予任何人访问权限,甚至是匿名的。

但是,当我启动脚本编辑器(从 Google 表格工具菜单)然后选择 "View -> Executions" 我可以看到时间驱动和 onEdit 执行,但没有 Web 应用程序执行。

This section of Google's documentation 建议我也应该能够看到 webapp 执行:

The Execution type column shows what initiated the execution. Values include:
- Add On. The execution originated from an add-on.
- Execution API. The execution originated from an invocation of the Apps Script API.
- Time Driven. The execution was caused by a time event.
- Trigger. The execution originated from a trigger source.
- Webapp. The execution originated from a deployed web app.
- Editor. The execution originated from the Apps Script editor.

有谁知道如何让它们显示或为什么不显示?

仪表板指的是 https://script.google.com/home,而不是脚本编辑器的 "View Execution Transcripts"

点击后"My Executions":

选择项目后:

这些抄本与脚本编辑器中可用的 method-by-method 调用堆栈不同。

编辑:根据文档(并通过实验确认),匿名用户发起的执行未在图表(mentioned in documentation)或执行历史记录(未记录)中进行跟踪:

  • Users The number of unique user (accounts) who ran the project one or more times over the specified time period. Anonymous users are not tracked and therefore are not reflected in the user count or graphs.