firefox-devtools / firefox-devtools/profiler

Remove more information while publishing without the "full time range"

Open
#2,134 0 comments 0 reactions 0 assignees View on GitHub
polish privacy profile data
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.