The line number where the exception occurred.
Supported frameworks | Experience Analytics UI Capture |
Path | <global>.<session>.<message>.exception.line |
Description | Line number where the exception occurred |
Value | Number |
Limitations | None |
Dependencies | None |
Example
This example shows a Type 6 Exception message:
{
"type" : 6,
"offset" : 4606,
"screenviewOffset" : 4603,
"count" : 3,
"fromWeb" : true,
"exception" : {
"description" : "Uncaught TypeError: Cannot read property 'type' of undefined",
"url" : "http://www.xyz.com/js/badscript.js",
"line" : 258
}
}