Documentation
    Preparing search index...

    Interface RumErrorEventDomainContext

    interface RumErrorEventDomainContext {
        error: unknown;
        handlingStack?: string;
    }
    Index

    Properties

    error: unknown
    handlingStack?: string