log Handled Exception
Logs a handled exception to the Embrace.io API for aggregation and viewing on the dashboard. The log will include the stacktrace found on the exception.
Parameters
The handled exception object, which will be serialized and combined with the stack trace to aggregate the errors on the dashboard view.
Will flag the message as one of info, warning, or error for filtering on the dashboard
Logs a handled exception to the Embrace.io API for aggregation and viewing on the dashboard. The log will include the stacktrace found on the exception.
Parameters
The handled exception object.
Will flag the message as one of info, warning, or error for filtering on the dashboard
A custom Stack Trace to be logged and displayed on the dashboard view.
Logs a handled exception to the Embrace.io API for aggregation and viewing on the dashboard. The log will include the stacktrace found on the exception.
Parameters
The handled exception object, which will be serialized and combined with the stack trace to aggregate the errors on the dashboard view.
Will flag the message as one of info, warning, or error for filtering on the dashboard
An optional dictionary of custom key/value properties to be sent with the error log.
Logs a handled exception to the Embrace.io API for aggregation and viewing on the dashboard. The log will include the stacktrace found on the exception.
Parameters
The handled exception object, which will be serialized and combined with the stack trace to aggregate the errors on the dashboard view.
Will flag the message as one of info, warning, or error for filtering on the dashboard
An optional dictionary of custom key/value properties to be sent with the error log.
A custom Stack Trace to be logged and displayed on the dashboard view. If this object is not null, the Exception Stack Trace will be ignored.
A flag for whether the SDK should take a screenshot of the application window to display on the dashboard