You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I may misunderstand, but brief mode's writeDataJson seems to like emit full analytics to generate the output html. For the processing in the remote system (CI, for example) hope if there's a simplified single json file instead.
build time: span for the event { eventType, started, completed, parent }
if it's possible, brief mode have an option to accept which information to be included in summary but can't say for sure what type of values can be easily picked.
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
I may misunderstand, but brief mode's
writeDataJson
seems to like emit full analytics to generate the output html. For the processing in the remote system (CI, for example) hope if there's a simplified single json file instead.What does the proposed API look like?
Mainly I'm intererested in few metrics like
Record<filename, {type, size}>
{ eventType, started, completed, parent }
if it's possible, brief mode have an option to accept which information to be included in summary but can't say for sure what type of values can be easily picked.
The text was updated successfully, but these errors were encountered: