Skip to content

Commit 2816d93

Browse files
authored
Merge pull request reactjs#1189 from bvaughn/tracking-to-tracing
Renamed schedule/tracking API references to schedule/tracing
2 parents 077b386 + 8246fcc commit 2816d93

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/blog/2018-09-10-introducing-the-react-profiler.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -149,24 +149,24 @@ If the selected component did not render at all during the profiling session, th
149149

150150
### Interactions
151151

152-
React recently added another [experimental API](https://fb.me/react-interaction-tracking) for tracking the _cause_ of an update.
153-
"Interactions" tracked with this API will also be shown in the profiler:
152+
React recently added another [experimental API](https://fb.me/react-interaction-tracing) for tracing the _cause_ of an update.
153+
"Interactions" traced with this API will also be shown in the profiler:
154154

155155
![The interactions panel](../images/blog/introducing-the-react-profiler/interactions.png)
156156

157-
The image above shows a profiling session that tracked four interactions.
158-
Each row represents an interaction that was tracked.
157+
The image above shows a profiling session that traced four interactions.
158+
Each row represents an interaction that was traced.
159159
The colored dots along the row represent commits that were related to that interaction.
160160

161-
You can also see which interactions were tracked for a particular commit from the flame chart and ranked chart views as well:
161+
You can also see which interactions were traced for a particular commit from the flame chart and ranked chart views as well:
162162

163163
![List of interactions for a commit](../images/blog/introducing-the-react-profiler/interactions-for-commit.png)
164164

165165
You can navigate between interactions and commits by clicking on them:
166166

167167
![Navigate between interactions and commits](../images/blog/introducing-the-react-profiler/navigate-between-interactions-and-commits.gif)
168168

169-
The tracking API is still new and we will cover it in more detail in a future blog post.
169+
The tracing API is still new and we will cover it in more detail in a future blog post.
170170

171171
## Troubleshooting
172172

0 commit comments

Comments
 (0)