Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • applicationId: a UUID that uniquely identifies a specific frontend application. All RUM telemetry will be associated with it.

  • clientToken: a token that identifies valid producers of RUM telemetry (it is currently used so you may supply the value dummy here)

  • proxy: the Kloudfuse ingest endpoint for RUM events. Its value would be https://<kfuse-public-endpoint>/ddrumproxy

  • service: a friendly name unique to the the frontend application being instrumented

  • env: a name identifying a logical source of RUM events (e.g. test environment or production environment)

  • version: a string representing the unique frontend application build (e.g. 1.0.0)

  • sessionSampleRate: percentage of user sessions that will generate RUM telemetry (0 to 100)

  • enableSessionRecording: controls whether the users session will be recorded

  • enableLogCollection: controls whether frontend logs will be collected or not

...