From 7735d8fbfd2a678a5a501af0cb86d0358a01bcf7 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Tue, 19 Nov 2013 12:27:20 +0800 Subject: [PATCH] Update default crash report submission URL. --- common/api/lib/crash-reporter.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/api/lib/crash-reporter.coffee b/common/api/lib/crash-reporter.coffee index 9a54510c0d2..fea44072981 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 ?= {}