diff --git a/src/crash-reporter-start.coffee b/src/crash-reporter-start.coffee index f19e61179..47aae2469 100644 --- a/src/crash-reporter-start.coffee +++ b/src/crash-reporter-start.coffee @@ -4,6 +4,7 @@ module.exports = (extra) -> crashReporter.start({ productName: 'Atom', companyName: 'GitHub', + submitURL: 'https://crashreporter.atom.io', autoSubmit: false, extra: extra })