| 1 | /* eslint-disable @typescript-eslint/no-explicit-any */ |
| 2 | /* eslint-disable @typescript-eslint/no-unsafe-argument */ |
| 3 | import * as Sentry from "@sentry/browser" |
| 4 | import { CauseException, tryToJson, tryToReport } from "effect-app/client/errors" |
nothing calls this directly
no test coverage detected