updated ws dependency and slightly improved client side error handling, hung uploads will error instead of hang forever

This commit is contained in:
Danny Coates 2019-08-06 14:12:22 -07:00
parent 80fb42ad3d
commit 527040afef
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
8 changed files with 68 additions and 101 deletions

View file

@ -4,7 +4,7 @@ const Raven = require('raven');
const config = require('../config');
const routes = require('../routes');
const pages = require('../routes/pages');
const expressWs = require('express-ws');
const expressWs = require('@dannycoates/express-ws');
if (config.sentry_dsn) {
Raven.config(config.sentry_dsn).install();