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

Function getCrashReportingConfig

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

Source from the content-addressed store, hash-verified

53 * the renderer never initializes Sentry.
54 */
55export const getCrashReportingConfig = () =>
56 errorReportingEnabled
57 ? {
58 dsn: sentryDsn,
59 release: releaseTag(),
60 environment: environmentTag(),
61 runId,
62 }
63 : null;
64
65/** Env vars handed to the sidecar so its process reports under the same id. */
66export const sidecarCrashReportingEnv = (): Record<string, string> =>

Callers 1

registerIpcHandlersFunction · 0.90

Calls 2

releaseTagFunction · 0.85
environmentTagFunction · 0.85

Tested by

no test coverage detected