From 36d3d1256ebd851e2edeab4380a97646126fb5ee Mon Sep 17 00:00:00 2001 From: Paulo Castro Date: Thu, 5 Mar 2020 16:24:00 +0000 Subject: [PATCH] Don't send the full command line to Sentry.io Resolves: #703 Change-type: patch --- lib/app-common.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/app-common.ts b/lib/app-common.ts index baaa5b78..b38fe781 100644 --- a/lib/app-common.ts +++ b/lib/app-common.ts @@ -58,7 +58,6 @@ function setupRaven() { Raven.setContext({ extra: { - args: process.argv, node_version: process.version, }, });