mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-14 18:01:20 +08:00
4d87f8bbae
The extraction failure policy defaulted to "off", silently swallowing per-source errors. The plumbing to surface them (typed error, retryable classification, caller throw) was fully built but gated behind an env-var opt-in. Flip the default to "enforce" so extraction failures fail the render instead of producing misleading coverage aborts. Set HF_VIDEO_EXTRACTION_FAILURE_MODE=off to restore the old behavior. Co-authored-by: Miguel Ángel <miguel.sierra@heygen.com>