Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Multi-process error tracking across Main, Renderer, and Preload processes in Electron apps.
npm install @traceback/electron
// main.ts import { app } from "electron"; import * as Traceback from "@traceback/electron/main"; Traceback.init({ dsn: process.env.TRACEBACK_DSN, });
// renderer.ts import * as Traceback from "@traceback/electron/renderer"; Traceback.init();