Revert "tus: remove 'uploader' param -- seems to be breaking Sentry."

This reverts commit f14e7ad0ec.
This commit is contained in:
infinite-persistence 2022-02-21 23:02:59 +08:00
parent f14e7ad0ec
commit 0ae015b7a5
No known key found for this signature in database
GPG key ID: B9C3252EDC3D0AA0

View file

@ -96,7 +96,7 @@ export function makeResumableUploadRequest(
window.store.dispatch(doUpdateUploadProgress({ guid, status: 'error' }));
analytics.sentryError(err);
analytics.sentryError(err, uploader);
reject(
// $FlowFixMe - flow's constructor for Error is incorrect.