Sample tools and libraries to demonstrate clarity functionality
Перейти к файлу
Toby Walker 5e296ece30
Merge pull request #57 from microsoft/dependabot/npm_and_yarn/acorn-6.4.1
Bump acorn from 6.0.5 to 6.4.1
2020-03-25 07:28:01 -04:00
src Update extension for clarity-js v0.3.0 (#55) 2019-03-04 15:38:04 -08:00
.gitignore Update packages 2018-11-07 13:25:35 -08:00
.npmignore Moving source files around to make it easier to consume clarity-tools as a package (#6) 2017-07-28 15:50:40 -07:00
LICENSE Initial commit 2017-03-16 08:08:30 -07:00
README.md Updating readme (#3) 2017-07-27 10:27:38 -07:00
package-lock.json Bump acorn from 6.0.5 to 6.4.1 2020-03-13 21:40:02 +00:00
package.json Update extension for clarity-js v0.3.0 (#55) 2019-03-04 15:38:04 -08:00
tsconfig.json Moving source files around to make it easier to consume clarity-tools as a package (#6) 2017-07-28 15:50:40 -07:00

README.md

Welcome to the Clarity tools project!

About the Project

The goal of this project is to share tools that build on top of the data collected by clarity-js

Building Extension

  • Build everything: npm run build
  • Extension will now be built under: build\extension

Privacy Notice

Clarity handles sensitive data with care. By default content on the page is masked before upload, so no actual text from the page is sent to the server. All data collection is performed solely with the purpose of providing better insights into customers' pages interactions and improving their users' experiences.

Current State

Tools project is still in active development. While it's not yet ready for production use, we continue making improvements and encourage the community to join us in the process!

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Happy coding!