Home > @datadog/browser-rum > RumErrorEventDomainContext
Additional information available when the SDK dispatches an Error event.
Signature:
export interface RumErrorEventDomainContext
Property | Modifiers | Type | Description |
---|---|---|---|
error | unknown | The original error object that was captured. | |
handlingStack? | string | (Optional) Stack trace of where the error was handled by the SDK. |