From 7da2149e24aa2d74c4efd9dc90ff9a9fa0b0bcd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Daubensch=C3=BCtz?= Date: Thu, 16 Jul 2015 17:07:09 +0200 Subject: [PATCH] raven fix --- js/app.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/app.js b/js/app.js index be30ddfc..7bec7027 100644 --- a/js/app.js +++ b/js/app.js @@ -32,13 +32,13 @@ requests.defaults({ } }); -{/* Raven.config('https://0955da3388c64ab29bd32c2a429f9ef4@app.getsentry.com/48351', { +/* Raven.config('https://0955da3388c64ab29bd32c2a429f9ef4@app.getsentry.com/48351', { // pass along the version of your application release: '1.0.0' }).install(); - */} -window.onerror = Raven.process; +window.onerror = Raven.process; + */ class AppGateway { start() {