diff --git a/src/docs/product/sentry-basics/search/searchable-properties/events.mdx b/src/docs/product/sentry-basics/search/searchable-properties/events.mdx index 04ef9a8fbdde3..afa26245ecd11 100644 --- a/src/docs/product/sentry-basics/search/searchable-properties/events.mdx +++ b/src/docs/product/sentry-basics/search/searchable-properties/events.mdx @@ -552,6 +552,12 @@ Cumulative resource time for a transaction, based on span operations. - **Type:** duration +### `spans.ui` + +Cumulative UI time for a transaction, based on span operations. + +- **Type:** duration + ### `stack.abs_path` The absolute path to the source file. In events, this is an array; in issues, this is a single value.