Currently we catch anything that goes wrong on save, to include failure of sendResponse. Because we have already successfully saved the replay we don't need to consider this a failure, since it's just the display of successful save to the user. Likewise for replay import, no point reporting failure there.
Currently we catch anything that goes wrong on save, to include failure of
sendResponse
. Because we have already successfully saved the replay we don't need to consider this a failure, since it's just the display of successful save to the user. Likewise for replay import, no point reporting failure there.