()
| 305 | } |
| 306 | |
| 307 | export function trackBrowserInstall(): void { |
| 308 | trackEvent("browser_install", {}); |
| 309 | } |
| 310 | |
| 311 | // A render was rejected by the output-resolution/alpha/HDR pre-flight (P1-3) |
| 312 | // before any browser/ffmpeg work. Counts the "caught early" saves on dashboard |
no test coverage detected