Merge pull request #12230 from atom/dg-do-not-autosubmit-crash-reporter

Disable autosubmit of crash reporter
This commit is contained in:
Damien Guard
2016-07-25 11:37:56 -07:00
committed by GitHub

View File

@@ -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
})