Exception Events

Intercept uX reports on exceptions exposed through the window.onError() event handler.

Event Properties Tab

General Properties

Page URL

The page URL is displayed for all exception events, including the URL for pages that failed while executing AJAX code. Page URLs include the following additional data when available:

Exception Data

This area provides the following data that can be exposed through the exception itself:.

Stack

The 'Stack' section of the screen displays all function and resource calls that are relevant to the cause of the event.

Stack data is not collected 1) when the first function in the call stack is anonymous, 2) when the client browser is Firefox .

Please see "Your Management System""Exception Event Details" in the "Intercept Studio User Manual" for more information about how to interpret the stack area.

Parameters Tab

The 'Parameters' tab functionality is the same as for other exception event details displayed in Intercept Studio (please refer to  "Your Management System""Exception Event Details" in the "Intercept Studio User Manual" for more information about how to interpret the 'Parameters' tab.).

Member Variables Tab

  Member Variables Collection is not supported for uX Exception events

Source Code tab

The 'Source Code' tab functionality is the same as for other exception event details displayed in Intercept Studio (please refer to  "Your Management System""Exception Event Details" in the "Intercept Studio User Manual" for more information about how to interpret the 'Source Code' tab.). The following bullets describe circumstances under which all data may not be collected for display on the 'Source Code' tab:

LineId information is not collected when  the function is defined in a linked JavaScript file (vs. in the web page file)

Normally, when the calling signature of a function appears in the lines of displayed code, and that function is the next call displayed in the event stack area, that line of code will be marked in red. This is not done when the function call is already at the top of the stack.

Global Variables

This sections holds information about JavaScript variables, as defined in the Global scope of the page’s JavaScript code. Global scope means that the visibility scope is bound by page limits, so these  variables can be visible/used in each function defined on the page and cannot be visible/used in other pages. The following variable types are collected:

Browser Capabilities

End User Information

Similar Events Tab

Please see "Your Management System""Exception Event Details" in the "Intercept Studio User Manual" for more information about how to interpret the 'Similar Events' tab.

Related Events Tab

This tab displays the currently selected event along with other events that may be related to it based on time. Time based correlation helps to establish cause and effect relationships by grouping Operational, Performance, System and Application events that occur over a defined period. Please see "Your Management System""Exception Event Details" in the "Intercept Studio User Manual" for more information about how to interpret the 'Related Events' tab.

Last update: Thursday, December 09, 2010 12:50:45 PM