mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
c158697c91
The onerror handlers in FileHelper passed the raw DOM Event to reject, which Sentry surfaced as "Event captured as promise rejection" with no stack. Reject with an Error and revoke the blob URL on failure.