mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 14:10:53 +03:00
updated ws dependency and slightly improved client side error handling, hung uploads will error instead of hang forever
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user