RUM JavaScript API - 1.345.1
    Preparing search index...

    Interface UserActionActivityTrackerRegistrationExperimental

    Registration of a custom activity tracker. Pairs the tracker name (surfaced in diagnostics) with the creator function. Used as an entry in the customTrackers option of dynatrace.userActions.create.

    interface UserActionActivityTrackerRegistration {
        create: UserActionActivityTrackerCreator;
        name: string;
    }
    Index

    Properties

    Properties

    Builds the tracker handle for one user action. Invoked once per attachment.

    name: string

    Human-readable tracker name surfaced in diagnostics. Must be a non-empty string.