Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 [RUMF-1393] don't mask attributes used to create CSS selectors #1737

Merged
merged 8 commits into from
Oct 21, 2022

Conversation

BenoitZugmeyer
Copy link
Member

Motivation

Same as #1721, but for other attributes used by CSS selectors.

Changes

Testing

  • Local
  • Staging
  • Unit
  • End to end

I have gone over the contributing documentation.

@BenoitZugmeyer BenoitZugmeyer force-pushed the benoit/heatmap--dont-mask-stable-attributes branch from f92b57e to 463adc4 Compare September 15, 2022 12:56
@codecov-commenter
Copy link

codecov-commenter commented Sep 15, 2022

Codecov Report

Merging #1737 (8e6fbb6) into main (0107ba4) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #1737   +/-   ##
=======================================
  Coverage   90.95%   90.95%           
=======================================
  Files         129      129           
  Lines        5030     5030           
  Branches     1128     1128           
=======================================
  Hits         4575     4575           
  Misses        455      455           
Impacted Files Coverage Δ
...EventsCollection/action/getSelectorsFromElement.ts 100.00% <100.00%> (ø)
packages/rum/src/domain/record/serialize.ts 92.44% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@BenoitZugmeyer BenoitZugmeyer marked this pull request as ready for review September 15, 2022 12:59
@BenoitZugmeyer BenoitZugmeyer requested review from a team as code owners September 15, 2022 12:59
@BenoitZugmeyer BenoitZugmeyer force-pushed the benoit/heatmap--dont-mask-stable-attributes branch from 463adc4 to 090ddb4 Compare September 15, 2022 14:30
* Use `STABLE_ATTRIBUTES` constant instead of hardcoded attribute name
* Rename custom action name attribute used in tests so it does not match
  a stable attribute
@BenoitZugmeyer BenoitZugmeyer force-pushed the benoit/heatmap--dont-mask-stable-attributes branch from c00e3b8 to 5b4c3c6 Compare October 18, 2022 08:05
@BenoitZugmeyer BenoitZugmeyer merged commit ccb09ac into main Oct 21, 2022
@BenoitZugmeyer BenoitZugmeyer deleted the benoit/heatmap--dont-mask-stable-attributes branch October 21, 2022 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants