( details: ErrorDetails, // eslint-disable-line @typescript-eslint/no-unused-vars )
| 10 | |
| 11 | // PostHog capture removed — error tracking is now handled server-side |
| 12 | export function trackError( |
| 13 | details: ErrorDetails, // eslint-disable-line @typescript-eslint/no-unused-vars |
| 14 | ): void {} |
| 15 | |
| 16 | export function showErrorToast({ |
| 17 | message, |
no outgoing calls
no test coverage detected