()
| 44 | |
| 45 | const releaseTag = () => `executor-desktop@${app.getVersion()}`; |
| 46 | const environmentTag = () => (app.isPackaged ? "production" : "development"); |
| 47 | |
| 48 | /** |
| 49 | * Runtime crash-reporting config for the renderer (fetched over the preload |
no outgoing calls
no test coverage detected