Update default crash report submission URL.
authorCheng Zhao <zcbenz@gmail.com>
Tue, 19 Nov 2013 04:27:20 +0000 (12:27 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Tue, 19 Nov 2013 04:27:20 +0000 (12:27 +0800)
common/api/lib/crash-reporter.coffee

index 9a54510..fea4407 100644 (file)
@@ -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 ?= {}