{"version":3,"sources":["webpack:///./src/pages/help/how-to-record-keystrokes.js"],"names":["related","frontmatter","metaTitle","metaDescription","canonical","Wrapped","Article","className","role","inline","margin","lang","title","section"],"mappings":"+FAAA,oGAqEMA,EAAU,GAEHC,EAAc,CACzBC,UAAW,mCACXC,gBAAiB,+CACjBC,UAAW,mCAGPC,EAAUC,aAxEA,WACd,OACE,6BACE,yBAAKC,UAAU,gCAAgCC,KAAK,SAApD,0FAC0F,IACxF,kBAAC,IAAD,CAAMC,QAAM,GAAZ,mBAFF,gDAE6F,IAC3F,kBAAC,IAAD,CAAMA,QAAM,GAAZ,gBAHF,2BAG0D,kBAAC,IAAD,CAAMA,QAAM,GAAZ,OAH1D,KAKA,6NAGoB,KAEpB,kBAAC,IAAD,CAAUF,UAAU,QAApB,wCACA,kCACM,kBAAC,IAAD,CAAME,QAAM,GAAZ,oBADN,0CACkF,IAChF,kBAAC,IAAD,CAAMA,QAAM,GAAZ,uDAFF,+HAIiB,IACf,yBAAKF,UAAU,gCAAgCC,KAAK,SAApD,iBACgB,yDADhB,4IAMF,sEACA,kBAAC,IAAD,CAAME,OAAO,UAAb,otBAmBA,kFACsD,kBAAC,IAAD,CAAMD,QAAM,GAAZ,oBAAqC,IAD3F,gCAGE,kBAAC,IAAD,CAAMC,OAAO,SAASC,KAAK,QAA3B,wEAIF,kBAAC,IAAD,CAAUJ,UAAU,QAApB,gDACA,6GACkF,IAChF,kBAAC,IAAD,CAAME,QAAM,GAAZ,mBAFF,2CAGE,kBAAC,IAAD,CAAMC,OAAO,SAASC,KAAK,QAA3B,2EAkBO,4BACb,kBAACN,EAAD,eAASO,MAAOX,EAAYC,UAAWF,QAASA,EAASa,QAAQ,aAAgBZ","file":"component---src-pages-help-how-to-record-keystrokes-js-ebf4c9f851086bda6906.js","sourcesContent":["import React from 'react';\n\nimport Article, { SubTitle } from 'components/help/helpArticle';\nimport Code from 'components/help/codeSnippet';\n\nconst Content = () => {\n return (\n
\n
\n Regardless of keystroke configuration, LiveSession never records passwords (inputs with{' '}\n type="password") or credit card information (all inputs with{' '}\n autocomplete property starting with cc-)\n
\n

\n LiveSession protects end-users privacy on default, so it doesn't track what people type\n in into inputs. If you want to enable keystrokes tracking, then you have two possible\n methods to do so:{' '}\n

\n 1. Enable global keystrokes tracking\n

\n Add keystrokes: true to your tracking code options object -{' '}\n {`__ls(\"init\", \"YOUR_TRACK_ID\", { keystrokes: true })`}. If you use this\n method then LiveSession will track every input in your application (excluding passwords and\n credit cards).{' '}\n

\n After turning global keystrokes tracking on, You should test this option on your\n development environment first to ensure that all sensitive data is not exposed to our\n tracker.\n
\n

\n

After change, it should look like that:

\n \n {`\n\n\n\n `}\n \n

\n To exclude input from tracking manually you can add data-ls-disabled{' '}\n property to your HTML inputs.\n \n {``}\n \n

\n 2. Whitelist specific inputs on your website\n

\n Another option is to track only specific inputs that are important for you. Add{' '}\n data-ls-enabled to input which value you want to track.\n \n {``}\n \n

\n
\n );\n};\n\nconst related = [];\n\nexport const frontmatter = {\n metaTitle: \"How to record user's keystrokes?\",\n metaDescription: 'See how to enable global keystroke tracking.',\n canonical: '/help/how-to-record-keystrokes/',\n};\n\nconst Wrapped = Article(Content);\n\nexport default () => (\n \n);\n"],"sourceRoot":""}