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
Testing telemetry-js on a dozen real projects in Airbus, payloads of collected data are very big.
npm scope : several hundred kb
jsx scope : from 1 to 5 mb
We are thinking that it could be a useful option to limit the output to the bare minimum (as an option or by default depending on your opinions on this)
npm scope
get the total number of npm dependencies as a metric
collect full data only for white listed npm dependencies
jsx scope
maybe skip the npm attributes that we already get from the npm scope ?
If that's something possible we could be interested in collaborating to bring this options to life, as part of Airbus opensource contributions.
Job stories
Optimize the network requests size so that collected data size is above several hundred kb overall
The text was updated successfully, but these errors were encountered:
Summary
Testing telemetry-js on a dozen real projects in Airbus, payloads of collected data are very big.
We are thinking that it could be a useful option to limit the output to the bare minimum (as an option or by default depending on your opinions on this)
If that's something possible we could be interested in collaborating to bring this options to life, as part of Airbus opensource contributions.
Job stories
Optimize the network requests size so that collected data size is above several hundred kb overall
The text was updated successfully, but these errors were encountered: