-
Hi team, I’m trying to use rsdoctor to keep track of historical build metrics over time, including details like build time, bundle sizes, and duplicate packages. My goal is to store this information in a .csv file so I can plot trends and gain insights into how these parameters evolve across builds. I’ve tried enabling the following config parameter:
This resulted in a single manifest.json file that references a base64-compressed JSON file. After decompressing it, I still couldn’t derive meaningful metrics or data in a straightforward way that matches what the dashboard shows. While exploring the rsdoctor codebase, I noticed that under the hood modern.js is used, along with an SDK that seems to be responsible for decompressing and translating the data into human-readable metrics. Unfortunately, I’m not familiar with modern.js, which makes it challenging to fully understand and extract these metrics. Request: Thanks in advance for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Ok, I'll think about this and write a document for this situation this month. |
Beta Was this translation helpful? Give feedback.
-
You can use the output.compressData this options in Version 1.0.0-beta.2. The document will be supported as soon as possible. |
Beta Was this translation helpful? Give feedback.
You can use the output.compressData this options in Version 1.0.0-beta.2. The document will be supported as soon as possible.
output.compressData can not compress data to support secondary acquisition and analysis.I don't know if it meets your expectations.
https://rsdoctor.dev/config/options/options#compressdata