Skip to content

Commit ff5f18d

Browse files
committed
docs: rename message_sent to send_message
1 parent e503631 commit ff5f18d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributingGuides/PERFORMANCE_METRICS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Project is using Firebase for tracking these metrics. However, not all of them a
2323
| `open_report` || Time taken to open a report.<br><br>**Platforms:** All | Starts when the row in the `LHNOptionsList` is pressed. | Stops when the `ReportActionsList` finishes laying out. |
2424
| `open_report_from_preview` || Time taken to open a report from preview.<br><br>(previously `switch_report_from_preview`)<br><br>**Platforms:** All | Starts when the user presses the Report Preview. | Stops when the `ReportActionsList` finishes laying out. |
2525
| `open_report_thread` || Time taken to open a thread in a report.<br><br>**Platforms:** All | Starts when user presses Report Action Item. | Stops when the `ReportActionsList` finishes laying out. |
26-
| `message_sent` || Time taken to send a message.<br><br>**Platforms:** All | Starts when the new message is sent. | Stops when the message is being rendered in the chat. |
26+
| `send_message` || Time taken to send a message.<br><br>**Platforms:** All | Starts when the new message is sent. | Stops when the message is being rendered in the chat. |
2727

2828
## Documentation Maintenance
2929

0 commit comments

Comments
 (0)