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

Function releaseTag

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

Source from the content-addressed store, hash-verified

43export const runId = crypto.randomUUID().replace(/-/g, "").slice(0, 12);
44
45const releaseTag = () => `executor-desktop@${app.getVersion()}`;
46const environmentTag = () => (app.isPackaged ? "production" : "development");
47
48/**

Callers 3

getCrashReportingConfigFunction · 0.85
sidecarCrashReportingEnvFunction · 0.85
initErrorReportingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected