You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix performance headings to match tab names (#4494)
* fixed headings to match tab names
* moved widgets image up on the page
* Update src/docs/product/performance/filters-display.mdx
* Update src/docs/product/performance/filters-display.mdx
Copy file name to clipboardExpand all lines: src/docs/product/performance/filters-display.mdx
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -10,27 +10,27 @@ You can filter the information displayed on the **Performance** page by searchin
10
10
11
11
## Transaction and Trend Views
12
12
13
-
The page default is to view transactions, but you can use the “By Transaction/By Trend” toggle to change the overall display of the page. The different ways you can filter and set the display of transactions is described fully on this page. To learn more about viewing transactions by trend, see our [Trends View documentation](/product/performance/trends/).
13
+
The page displays a view of transactions, but you can click the “View Trends” button to view trends information. The different ways you can filter and set the display of transactions is described fully on this page. To learn more about viewing transactions by trend, see our [Trends View documentation](/product/performance/trends/).
14
14
15
15
## Tabs {#display-filter}
16
16
17
-
Each tab in **Performance** displays an automatically selected set of [widgets](#widgets) and table columns based on the platform of your project. For example, a JavaScript project defaults to a Frontend (Pageload) display. Each tab and its [metrics](/product/performance/metrics/) are explained below.
17
+
Each tab in **Performance** displays an automatically selected set of [widgets](#widgets) and table columns based on the platform of your project. For example, a JavaScript project displays the "Web Vitals" tab by default. Each tab and its [metrics](/product/performance/metrics/) are explained below.
18
18
19
19
### All Transactions
20
20
21
21
When you select "All Transactions", the table includes all frontend and backend transactions.
0 commit comments