Sentry

import * as Sentry from "@sentry/electron";

Sentry.init({
  dsn: "https://[hi]@sentry.io/2590109"
});

Last updated