Readonly
_Internal properties
Optional
Readonly
browser_sdk_version?: stringBrowser SDK version
Optional
Readonly
configuration?: {Subset of the SDK configuration options in use during its execution
Optional
Readonly
profiling_sample_rate?: numberThe percentage of views profiled
Optional
Readonly
session_replay_sample_rate?: numberThe percentage of sessions with RUM & Session Replay pricing tracked
Readonly
session_sample_rate: numberThe percentage of sessions tracked
Readonly
format_version: 2Version of the RUM event format
Optional
Readonly
sdk_name?: stringSDK name (e.g. 'logs', 'rum', 'rum-slim', etc.)
Optional
session?: {Session-related internal properties
Optional
plan?: 1 | 2Session plan: 1 is the plan without replay, 2 is the plan with replay (deprecated)
Optional
Readonly
session_precondition?: The precondition that led to the creation of the session
Optional
Readonly
accountAccount properties
Readonly
id: stringIdentifier of the account
Optional
Readonly
name?: stringName of the account
Readonly
applicationApplication properties
Optional
Readonly
current_locale?: stringThe user's current locale as a language tag (language + region), computed from their preferences and the app's supported languages, e.g. 'es-FR'.
Readonly
id: stringUUID of the application
Optional
Readonly
build_Generated unique ID of the application build. Unlike version or build_version this field is not meant to be coming from the user, but rather generated by the tooling for each build.
Optional
Readonly
build_The build version for this application
Optional
Readonly
ci_CI Visibility properties
Readonly
test_execution_id: stringThe identifier of the current CI Visibility test execution
Optional
connectivityDevice connectivity properties
Optional
Readonly
cellular?: { carrier_name?: string; technology?: string; [k: string]: unknown }Cellular connectivity properties
Optional
Readonly
carrier_name?: stringThe name of the SIM carrier
Optional
Readonly
technology?: stringThe type of a radio technology used for cellular connection
Optional
Readonly
effective_type?: "slow-2g" | "2g" | "3g" | "4g"Cellular connection type reflecting the measured network performance
Optional
Readonly
interfaces?: (The list of available network interfaces
Readonly
status: "connected" | "not_connected" | "maybe"Status of the device connectivity
Optional
contextUser provided context
Readonly
dateStart of the event in ms from epoch
Optional
Readonly
ddtagsTags of the event in key:value format, separated by commas (e.g. 'env:prod,version:1.2.3')
Optional
deviceDevice properties
Optional
Readonly
architecture?: stringThe CPU architecture of the device that is reporting the error
Optional
Readonly
battery_level?: numberCurrent battery level of the device (0.0 to 1.0).
Optional
Readonly
brand?: stringDevice marketing brand, e.g. Apple, OPPO, Xiaomi, etc.
Optional
Readonly
brightness_level?: numberCurrent screen brightness level (0.0 to 1.0).
Optional
Readonly
locale?: stringThe user’s locale as a language tag combining language and region, e.g. 'en-US'.
Optional
Readonly
locales?: string[]Ordered list of the user’s preferred system languages as IETF language tags.
Optional
Readonly
model?: stringDevice SKU model, e.g. Samsung SM-988GN, etc. Quite often name and model can be the same.
Optional
Readonly
name?: stringDevice marketing name, e.g. Xiaomi Redmi Note 8 Pro, Pixel 5, etc.
Optional
Readonly
power_saving_mode?: booleanWhether the device is in power saving mode.
Optional
Readonly
time_zone?: stringThe device’s current time zone identifier, e.g. 'Europe/Berlin'.
Optional
Readonly
type?: "other" | "mobile" | "desktop" | "tablet" | "tv" | "gaming_console" | "bot"Device type info
Optional
displayDisplay properties
Optional
Readonly
viewport?: { height: number; width: number; [k: string]: unknown }The viewport represents the rectangular area that is currently being viewed. Content outside the viewport is not visible onscreen until scrolled into view.
Readonly
height: numberHeight of the viewport (in pixels)
Readonly
width: numberWidth of the viewport (in pixels)
Optional
osOperating system properties
Optional
Readonly
build?: stringOperating system build number, e.g. 15D21
Readonly
name: stringOperating system name, e.g. Android, iOS
Readonly
version: stringFull operating system version, e.g. 8.1.1
Readonly
version_major: stringMajor operating system version, e.g. 8
Optional
serviceThe service name for this application
Readonly
sessionSession properties
Optional
Readonly
has_replay?: booleanWhether this session has a replay
Readonly
id: stringUUID of the session
Readonly
type: "user" | "synthetics" | "ci_test"Type of the session
Optional
Readonly
sourceThe source of this event
Optional
Readonly
syntheticsSynthetics properties
Optional
Readonly
injected?: booleanWhether the event comes from a SDK instance injected by Synthetics
Readonly
result_id: stringThe identifier of the current Synthetics test results
Readonly
test_id: stringThe identifier of the current Synthetics test
Optional
Readonly
usrUser properties
Optional
Readonly
anonymous_id?: stringIdentifier of the user across sessions
Optional
Readonly
email?: stringEmail of the user
Optional
Readonly
id?: stringIdentifier of the user
Optional
Readonly
name?: stringName of the user
Optional
versionThe version for this application
Readonly
viewView properties
Readonly
id: stringUUID of the view
Optional
name?: stringUser defined name of the view
Optional
referrer?: stringURL that linked to the initial view of the page
URL of the view
Schema of common properties of RUM events