Skip to content

Commit 2261359

Browse files
Apply suggestions from code review
Co-authored-by: Alex Krawiec <[email protected]>
1 parent ddfae1f commit 2261359

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/product/explore/profiling/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ On the [**Profiling**](https://sentry.io/orgredirect/organizations/:orgslug/prof
3333

3434
![Slowest Functions and Most Regressed Functions on the Profiling page](./img/profiling-page-functions.png)
3535

36-
On the **Slowest Functions** widget, you can click on the **...** button on each function to see a list of example profiles containing that function. On the **Most Regressed/Improved Functions** widget, you can click on the function duration before & after the change to see before & after example profiles containing that function.
36+
On the **Slowest Functions** widget, you can click on the ellipses button (...) on each function to see a list of example profiles containing that function. On the **Most Regressed/Improved Functions** widget, you can click on the function duration before & after the change to see before & after example profiles containing that function.
3737

3838
Below the function metrics, you’ll find two tabs: **Transactions** and **Aggregate Flamegraph**.
3939

@@ -46,7 +46,7 @@ The **Aggregate Flamegraph** tab does _not_ require tracing to be enabled, and w
4646
The transactions list will not be populated if tracing is not enabled for at least one of the selected projects.
4747
</Alert>
4848

49-
The **Transactions** tab, by default, shows a list of all transactions in the selected projects sorted by the frequency (count) of the transaction. The list can also be sorted by duration (p50/75/90/95), project, timestamp, etc. by clicking on the column headers in the table. The transactions list can be filtered by specifying a query using the search bar. For example, you can search for transactions from specific users or transactions that are tagged with a custom attribute.
49+
The **Transactions** tab, by default, shows a list of all transactions in the selected projects sorted by the frequency (count) of the transaction. The list can also be sorted by duration (p50/75/90/95), project, timestamp, etc. by clicking on the column headers in the table. The transactions list can also be filtered by specifying a query using the search bar. For example, you can search for transactions from specific users or transactions that are tagged with a custom attribute.
5050

5151
![Transactions tab on the Profiling page](./img/profiling-page-transactions.png)
5252

@@ -63,7 +63,7 @@ The **Aggregate Flamegraph** tab shows a [flame graph](/product/explore/profilin
6363

6464
The wider frames represent more **frequent** code paths, which are likely more relevant optimization opportunities. You can click on a frame to select it, which will populate the sidebar on the right with links to example profiles containing the selected function.
6565

66-
## Zooming into Traces using Profiling
66+
## Zooming Into Traces Using Profiling
6767

6868
If you are already looking at a trace and have insufficient information to debug the root cause of the problem, profiling data can help fill in the gaps. If there is profiling data associated with the trace, there are two ways to get to it from the [**Trace View**](/concepts/key-terms/tracing/trace-view/).
6969

0 commit comments

Comments
 (0)