infinitered / infinitered/reactotron

Downloaded timeline should contain details

Open
#1,195 0 comments 5 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.