Don't send the full command line to Sentry.io

Resolves: #703
Change-type: patch
This commit is contained in:
Paulo Castro 2020-03-05 16:24:00 +00:00
parent b77cb56cd0
commit 36d3d1256e

View File

@ -58,7 +58,6 @@ function setupRaven() {
Raven.setContext({
extra: {
args: process.argv,
node_version: process.version,
},
});