mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-24 06:57:56 +01:00
adding error stack information to error reporter
This commit is contained in:
parent
f57e98309a
commit
740de21ea1
@ -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.errorStack,
|
||||
jsStack: window.event.errorStack || window.errorStack,
|
||||
userAgent: navigator.userAgent,
|
||||
mapId: options.mapId
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user