MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / environmentTag

Function environmentTag

apps/desktop/src/main/diagnostics.ts:47–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 3

getCrashReportingConfigFunction · 0.85
sidecarCrashReportingEnvFunction · 0.85
initErrorReportingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected