⏱ Estimated Time To Completion: 3 minutes
1
Log in to Decipher AI and get your script to paste
Log in to Decipher with your work email. You will receive a snippet to paste into your HTML head, which will look
something like the example below:This should be pasted into your website’s HTML head as early as possible. You can configure some of the parameters (e.g. to adjust capture rate).
Initialization (copy and paste)
2
Identify Users
Identify users where user information is available in your application frontend, typically after authentication or login.Once you’re done, simply use your website to validate that Decipher is collecting session replay data.
For Next.js applications, ensure that this code is placed in a file that includes the
"use client"
directive at the top.