added sentry
This commit is contained in:
parent
6d8330992d
commit
50714d35a5
12 changed files with 1065 additions and 961 deletions
|
@ -1,2 +1,5 @@
|
|||
window.Raven = require('raven-js');
|
||||
window.Raven.config(window.dsn).install();
|
||||
window.dsn = undefined;
|
||||
require('./upload');
|
||||
require('./download');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue