From d68f779976cb53e9f0140c984d2e2ea8451b26d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barbora=20Pla=C5=A1ovsk=C3=A1?= Date: Fri, 14 Aug 2026 17:17:19 +0200 Subject: [PATCH] RUM-17208 Document resource.local_cache_hit for iOS RUM SDK --- hugo/layouts/shortcodes/mdoc/en/sdk/data_collected/ios.mdoc.md | 1 + 1 file changed, 1 insertion(+) diff --git a/hugo/layouts/shortcodes/mdoc/en/sdk/data_collected/ios.mdoc.md b/hugo/layouts/shortcodes/mdoc/en/sdk/data_collected/ios.mdoc.md index 98065588bae..0a86f6c3ffd 100644 --- a/hugo/layouts/shortcodes/mdoc/en/sdk/data_collected/ios.mdoc.md +++ b/hugo/layouts/shortcodes/mdoc/en/sdk/data_collected/ios.mdoc.md @@ -206,6 +206,7 @@ The following attributes are collected for each view after collection is enabled | `resource.duration` | number | Entire time spent loading the resource. | | `resource.first_byte.duration` | number (ns) | Time spent waiting for the first byte of response to be received (responseStart - requestStart). | | `resource.id` | string | Unique identifier of the resource. | +| `resource.local_cache_hit` | boolean | Indicates the resource was served from the device's local cache. Only sent when `true`; absent otherwise. | | `resource.method` | string | The HTTP method (for example, `POST`, `GET`, `PATCH`, or `DELETE`). | | `resource.provider.name` | string | The resource provider name. Default is `unknown`. | | `resource.provider.domain` | string | The resource provider domain. |