diff --git a/common/api/lib/crash-reporter.coffee b/common/api/lib/crash-reporter.coffee index 9a54510c0d..fea4407298 100644 --- a/common/api/lib/crash-reporter.coffee +++ b/common/api/lib/crash-reporter.coffee @@ -4,9 +4,9 @@ class CrashReporter start: (options={}) -> {productName, companyName, submitUrl, autoSubmit, ignoreSystemCrashHandler, extra} = options - productName ?= 'Atom-Shell' + productName ?= 'atom-shell' companyName ?= 'GitHub, Inc' - submitUrl ?= 'http://54.249.141.25' + submitUrl ?= 'http://54.249.141.25:1127/post' autoSubmit ?= true ignoreSystemCrashHandler ?= false extra ?= {}