Skip to content

Latest commit

 

History

History
19 lines (8 loc) · 461 Bytes

File metadata and controls

19 lines (8 loc) · 461 Bytes

EventSource

Identifies how the event was generated.

  • device - the event was generated by the JS agent or a mobile SDK running on an end-user device.
  • edge - the event was generated by the Automation Intelligence API (/edge endpoint), analyzing a request intercepted at the edge.

Enum

  • DEVICE (value: "device")

  • EDGE (value: "edge")

  • UNSUPPORTED_VALUE_SDK_UPGRADE_REQUIRED (value: "unsupported_value_sdk_upgrade_required")