wire-webapp icon indicating copy to clipboard operation
wire-webapp copied to clipboard

fix(countly): remove user ids from URL traces [WPB-8918]

Open aweiss-dev opened this issue 1 year ago • 2 comments

EpicWPB-8918 [Web] Performance Analytics

Description

Performance metrics sent customer private data in the URL to the countly servers before. Now the ids will be replaced.

Screenshots/Screencast (for UI changes)

Checklist

  • [ ] PR has been self reviewed by the author;
  • [ ] Hard-to-understand areas of the code have been commented;
  • [ ] If it is a core feature, unit tests have been added;

Important details for the reviewers

aweiss-dev avatar Aug 28 '24 11:08 aweiss-dev

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 46.58%. Comparing base (703f7c3) to head (e9e801b). Report is 13 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev   #17959      +/-   ##
==========================================
- Coverage   46.59%   46.58%   -0.02%     
==========================================
  Files         782      783       +1     
  Lines       25217    25252      +35     
  Branches     5776     5779       +3     
==========================================
+ Hits        11751    11764      +13     
- Misses      11990    12012      +22     
  Partials     1476     1476              

codecov-commenter avatar Aug 28 '24 11:08 codecov-commenter