firefox-devtools / firefox-devtools/profiler
Remove more information while publishing without the "full time range"
- Dominant language
- TypeScript
- Stars
- 1.5k
- Forks
- 491
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 30
Description
Currently during sanitization, if we choose to remove the hidden time range we do:
* Remove the marker data outside of the range.
* Remove the samples that are outside of the range.
We **do not**:
* Remove all the entries of stackTable, frameTable, funcTable for those removed samples that are outside of the range.
* Remove the counters outside of the range.
For PII view point, they are not a PII leakage because there aren't any PII in them.
For profile data size view point, we can remove them to reduce the published profile size. But it's not a super easy thing to implement, especially the first item(2nd is probably easy to implement though, we just didn't do it yet).
┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FP-178)
Contributor guide
Assessment
This issue has not been assessed yet.