Readonly_Internal properties
Optional Readonlybrowser_sdk_version?: stringBrowser SDK version
Optional Readonlyconfiguration?: {Subset of the SDK configuration options in use during its execution
Optional Readonlyprofiling_sample_rate?: numberThe percentage of views profiled
Optional Readonlysession_replay_sample_rate?: numberThe percentage of sessions with RUM & Session Replay pricing tracked
Readonlysession_sample_rate: numberThe percentage of sessions tracked
Readonlyformat_version: 2Version of the RUM event format
Optional Readonlysdk_name?: stringSDK name (e.g. 'logs', 'rum', 'rum-slim', etc.)
Optionalsession?: {Session-related internal properties
Optionalplan?: 1 | 2Session plan: 1 is the plan without replay, 2 is the plan with replay (deprecated)
Optional Readonlysession_precondition?: The precondition that led to the creation of the session
Optional ReadonlyaccountAccount properties
Readonlyid: stringIdentifier of the account
Optional Readonlyname?: stringName of the account
ReadonlyapplicationApplication properties
Optional Readonlycurrent_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'.
Readonlyid: stringUUID of the application
Optional Readonlybuild_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 Readonlybuild_The build version for this application
Optional Readonlyci_CI Visibility properties
Readonlytest_execution_id: stringThe identifier of the current CI Visibility test execution
OptionalconnectivityDevice connectivity properties
Optional Readonlycellular?: { carrier_name?: string; technology?: string; [k: string]: unknown }Cellular connectivity properties
Optional Readonlycarrier_name?: stringThe name of the SIM carrier
Optional Readonlytechnology?: stringThe type of a radio technology used for cellular connection
Optional Readonlyeffective_type?: "slow-2g" | "2g" | "3g" | "4g"Cellular connection type reflecting the measured network performance
Optional Readonlyinterfaces?: (The list of available network interfaces
Readonlystatus: "connected" | "not_connected" | "maybe"Status of the device connectivity
OptionalcontextUser provided context
ReadonlydateStart of the event in ms from epoch
Optional ReadonlyddtagsTags of the event in key:value format, separated by commas (e.g. 'env:prod,version:1.2.3')
OptionaldeviceDevice properties
Optional Readonlyarchitecture?: stringThe CPU architecture of the device that is reporting the error
Optional Readonlybattery_level?: numberCurrent battery level of the device (0.0 to 1.0).
Optional Readonlybrand?: stringDevice marketing brand, e.g. Apple, OPPO, Xiaomi, etc.
Optional Readonlybrightness_level?: numberCurrent screen brightness level (0.0 to 1.0).
Optional Readonlylocale?: stringThe user’s locale as a language tag combining language and region, e.g. 'en-US'.
Optional Readonlylocales?: string[]Ordered list of the user’s preferred system languages as IETF language tags.
Optional Readonlymodel?: stringDevice SKU model, e.g. Samsung SM-988GN, etc. Quite often name and model can be the same.
Optional Readonlyname?: stringDevice marketing name, e.g. Xiaomi Redmi Note 8 Pro, Pixel 5, etc.
Optional Readonlypower_saving_mode?: booleanWhether the device is in power saving mode.
Optional Readonlytime_zone?: stringThe device’s current time zone identifier, e.g. 'Europe/Berlin'.
Optional Readonlytype?: "other" | "mobile" | "desktop" | "tablet" | "tv" | "gaming_console" | "bot"Device type info
OptionaldisplayDisplay properties
Optional Readonlyviewport?: { 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.
Readonlyheight: numberHeight of the viewport (in pixels)
Readonlywidth: numberWidth of the viewport (in pixels)
OptionalosOperating system properties
Optional Readonlybuild?: stringOperating system build number, e.g. 15D21
Readonlyname: stringOperating system name, e.g. Android, iOS
Readonlyversion: stringFull operating system version, e.g. 8.1.1
Readonlyversion_major: stringMajor operating system version, e.g. 8
OptionalserviceThe service name for this application
ReadonlysessionSession properties
Optional Readonlyhas_replay?: booleanWhether this session has a replay
Readonlyid: stringUUID of the session
Readonlytype: "user" | "synthetics" | "ci_test"Type of the session
Optional ReadonlysourceThe source of this event
OptionalstreamStream properties
Readonlyid: stringUUID of the stream
Optional ReadonlysyntheticsSynthetics properties
Optional Readonlyinjected?: booleanWhether the event comes from a SDK instance injected by Synthetics
Readonlyresult_id: stringThe identifier of the current Synthetics test results
Readonlytest_id: stringThe identifier of the current Synthetics test
Optional ReadonlyusrUser properties
Optional Readonlyanonymous_id?: stringIdentifier of the user across sessions
Optional Readonlyemail?: stringEmail of the user
Optional Readonlyid?: stringIdentifier of the user
Optional Readonlyname?: stringName of the user
OptionalversionThe version for this application
Optional ReadonlyviewView properties
Readonlyid: stringUUID of the view
Optionalname?: stringUser defined name of the view
Optionalreferrer?: stringURL that linked to the initial view of the page
URL of the view
Schema of common properties of RUM events