browser-sdk

Home > @datadog/browser-rum > RumErrorEventDomainContext

RumErrorEventDomainContext interface

Additional information available when the SDK dispatches an Error event.

Signature:

export interface RumErrorEventDomainContext 

Properties

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.