infinitered / infinitered/reactotron
Downloaded timeline should contain details
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 15.6k
- Forks
- 972
- PR merge metrics
- No merged PRs in 30d
Description
As a user, when I download the timeline, I get the fields:
* time
* clientId
* payload: { action }
* type
I don't have the detail for type = 'api.response', payload is empty.
I would like to have exactly the same information in my downloaded timeline as when I see it in the application. For instance for api.response, I would like to have:
* url
* Status code
* Method
* Duration
* Response
* Response Headers
* Request
* Request Headers
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how the timeline is downloaded and how api.response details are displayed in the application. Compare the exported fields with the visible details, including request and response metadata; done means the downloaded timeline contains the same information shown in the application.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- desktop, devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100