Skip to content

Fix typos and improve readability in performance-dashboard.md #133

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/performance-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Go to [Sentry dashboards page](https://metamask.sentry.io/dashboards/).

From there, you can either create a new dashboard for your team, or update an existing one.

If you create a new dasboard, you'll need to indicate the name of the project:
If you create a new dashboard, you'll need to indicate the name of the project:

- Choose `metamask` project for Extension
- Choose `metamask-mobile` project for Mobile
Expand All @@ -30,7 +30,7 @@ Click on "Add widget".

### 1. Name your widget

Choose a self explanatory name for your widget, like: `name-of-the-trace (type-of-application)`.
Choose a self-explanatory name for your widget, like: `name-of-the-trace (type-of-application)`.

Example: `UI Startup (Chrome)` or `UI Startup (Firefox)` or `UI Startup (iOS)` or `UI Startup (Android)`

Expand All @@ -40,7 +40,7 @@ Choose `Bar Chart` (our default choice), `Area Chart` or `Line Chart` if you're

![bar-chart](./images/performance-dashboard-bar-chart.png)

Choose `Table` if you're interested in the average value for you metric:
Choose `Table` if you're interested in the average value for your metric:

![table](./images/performance-dashboard-table.png)

Expand All @@ -52,7 +52,7 @@ Select `Transactions`.

Replicate the following config:

![y-axis-congig](./images/performance-dashboard-y-axis-config.png)
![y-axis-config](./images/performance-dashboard-y-axis-config.png)

### 5. Filter your results

Expand Down