diff --git a/src/crash-reporter-start.coffee b/src/crash-reporter-start.coffee index af371df79..f19e61179 100644 --- a/src/crash-reporter-start.coffee +++ b/src/crash-reporter-start.coffee @@ -4,6 +4,6 @@ module.exports = (extra) -> crashReporter.start({ productName: 'Atom', companyName: 'GitHub', - submitURL: 'http://54.249.141.255:1127/post' + autoSubmit: false, extra: extra })