File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -136,11 +136,13 @@ TBD
136136
137137### Standardized Frontend-to-Backend Test Apps
138138
139- A standardized Meta test application has the following features:
139+ A standardized Meta-Framework test application has the following features:
140140
141141- Has a parameterized backend API route ` /user/:id ` that returns a JSON object with the user ID.
142142- Has a parameterized frontend page (can be SSR) ` /user/:id ` that fetches the user data on the client-side from the API route and displays it.
143143
144+ This setup creates the scenario where the frontend page loads, and then immediately makes an API request to the backend API.
145+
144146The following test cases for connected tracing should be implemented in the test app:
145147
146148- Capturing a distributed page load trace when a page is loaded
You can’t perform that action at this time.
0 commit comments