RUM JavaScript API - 1.345.1
    Preparing search index...

    Function sendSessionPropertyEvent

    • Parameters

      • fields: ApiCreatedSessionPropertiesEvent

        Must be a valid JSON object and cannot contain functions, undefined, Infinity and NaN as values, otherwise they will be replaced with null. The fields need to be serializable using JSON.stringify. All keys must be prefixed with "session_properties.*" and must contain only lower-case characters, numbers, underscores or dots. Each dot must be followed by a lower-case character. Each underscore must be followed by a lower-case character or number.

      • timeout: number = DEFAULT_AGENT_TIMEOUT

        Timeout in milliseconds to wait for the RUM JavaScript to be available (default: 10000)

      Returns Promise<void>

      A DynatraceError if the RUM JavaScript is not available within the timeout, or the namespace is overridden with an incompatible object