RUM powered by Grail JavaScript API - 1.327.2
    Preparing search index...

    Function sendSessionPropertyEvent

    • Sends a sessionPropertyEvent.

      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.

      Returns void

      dynatrace.sendSessionPropertyEvent({
      "session_properties.some_custom": true,
      "session_properties.my_id": "m123456",
      "session_properties.my_other_id_2": "x123",
      "session_properties.my_fully_other.id3": "id007",
      });