aboutsummaryrefslogtreecommitdiff
path: root/lib/compile-handler.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compile-handler.js')
-rw-r--r--lib/compile-handler.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/compile-handler.js b/lib/compile-handler.js
index 60cc951e7..b9ab1a2b9 100644
--- a/lib/compile-handler.js
+++ b/lib/compile-handler.js
@@ -194,7 +194,6 @@ function CompileHandler(gccProps, compilerProps) {
},
function (error) {
logger.error("Error during compilation", error);
- Raven.captureException(error, {req: req});
if (typeof(error) !== "string") {
if (error.code) {
if (typeof(error.stderr) === "string") {