-
Notifications
You must be signed in to change notification settings - Fork 15
fix(navbar): allows us to suppress user info in navbar with hotjar #675
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #675 +/- ##
=======================================
Coverage 95.48% 95.49%
=======================================
Files 130 130
Lines 1064 1065 +1
Branches 375 376 +1
=======================================
+ Hits 1016 1017 +1
Misses 47 47
Partials 1 1
Continue to review full report at Codecov.
|
|
🎉 This PR is included in version 4.41.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Currently HotJar cannot suppress user names in the navbar. This change means we can now add the suppression tag in react-libs to do so and hide all user information in screen recordings.
It's quite clunky, but
aria-labelcan only take a string type, we've added a new propertyaria-labelwhich will be set toundefinedif it receives a label which isn't of type string.