Stealth extension
This PR is a rebased version of #1036 to support the merged extension.
Iirc we discussed upstreaming this with @bkrumnow already and the GPLv3 should allow us to merge this back with any issues. Using MPL licensed code is GPLv3 is also no issue.
closes #1031 closes #448 closes #1081
@vringar Let me know, if there is anything needed. I am happy to help.
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 45.74%. Comparing base (f72e7ca) to head (0cfc12f).
:warning: Report is 21 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #1037 +/- ##
==========================================
+ Coverage 45.73% 45.74% +0.01%
==========================================
Files 35 35
Lines 3481 3482 +1
==========================================
+ Hits 1592 1593 +1
Misses 1889 1889
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
@bkrumnow as this is finally building, iirc you had you had a detection website for the current version of the JSInstrument. Could you share that again, so I can turn it into tests that verify that the stealth extension can't be detected.
My next step would be to replace the current JS Instrument with your implementation as it seems strictly better (are there any limitations that I missed?), so this will get merged once the stealth implementation passes the JSInstrument tests and there are tests that verify that stealth still works.