Skip to content

Commit a52241c

Browse files
fix: add experimental feature note to TTFD docs (#8955)
Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com>
1 parent 1a7572e commit a52241c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/platforms/apple/common/performance/instrumentation/automatic-instrumentation.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,12 @@ The span finishes after the view appeared on the screen.
339339

340340
## Time to Full Display
341341

342+
<Note>
343+
344+
This feature is experimental and may have bugs.
345+
346+
</Note>
347+
342348
_(New in version 8.4.0)_
343349

344350
Time to full display provides insight into how long it takes your view controller to launch and load all of its content, by adding a span for each launch of a view controller. The SDK sets the span operation to `ui.load.full-display` and the span description to the view controllers' name followed by `full display`, for example, `MainActivity full display`.

0 commit comments

Comments
 (0)