tus: remove 'uploader' param -- seems to be breaking Sentry.
This commit is contained in:
parent
79f1b1242d
commit
f14e7ad0ec
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ export function makeResumableUploadRequest(
|
|||
|
||||
window.store.dispatch(doUpdateUploadProgress({ guid, status: 'error' }));
|
||||
|
||||
analytics.sentryError(err, uploader);
|
||||
analytics.sentryError(err);
|
||||
|
||||
reject(
|
||||
// $FlowFixMe - flow's constructor for Error is incorrect.
|
||||
|
|
Loading…
Reference in a new issue