⏱ Estimated Time To Completion: 2 minutes
1
Get your new API host by creating a project in Decipher
Log in to Decipher with your work email. On the Settings page, choose a project name and click “Create New Project”.
On the following screen, choose “Decipher and PostHog” as your data source.
After creating your project, you’ll see the API host (as Decipher DSN) that you’ll need to use in your code:
We auto-create a Decipher-only project called “FirstFrontendProject” when your organization registers with Decipher, but that is separate from the PostHog project you’re about to add.



2
Update your PostHog initialization to use the Decipher host and configuration
Find your PostHog init and update the
Ensure
api_host
to the Decipher DSN
provided above.Ensure
capture_dead_clicks = true
and rageclick = true
.3
Identify Users
Make sure to 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 (and that PostHog is too).