mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-15 03:07:55 +01:00
fix error stack not reporting to autolog
This commit is contained in:
parent
1320bb737c
commit
c6c825fedc
@ -78,7 +78,7 @@ function buildDesigner(options) {
|
||||
headers: {"Content-Type": "application/json", "Accept": "application/json"},
|
||||
data: JSON.stringify({
|
||||
jsErrorMsg: "Message: '" + errorMsg + "', line:'" + lineNo + "', url: :" + url,
|
||||
jsStack: window.event.errorStack || window.errorStack,
|
||||
jsStack: window.event.error.stack || window.errorStack,
|
||||
userAgent: navigator.userAgent,
|
||||
mapId: options.mapId
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user