remove support for crashReporter autoSubmit (#11976)
This commit is contained in:
parent
8d4bf3e29a
commit
e1b81b8a62
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ class CrashReporter {
|
|||
uploadToServer
|
||||
} = options
|
||||
|
||||
if (uploadToServer == null) uploadToServer = options.autoSubmit
|
||||
if (uploadToServer == null) uploadToServer = true
|
||||
if (ignoreSystemCrashHandler == null) ignoreSystemCrashHandler = false
|
||||
if (extra == null) extra = {}
|
||||
|
|
Loading…
Reference in a new issue