Decipher collects data via the Sentry SDK for backends.
Initialize the Sentry SDK
Create a Decipher project and get your DSN
If you're using Decipher only (recommended)
If you already have a Sentry project
Update your Sentry initialization
init
call (which varies by language) to the new DSN.For example:sentry.client.config.ts
, sentry.edge.config.ts
, and sentry.server.config.ts
(or instrumentation.ts
).[Frontend Only] Configuring Session Replays for AI Analysis
maskAllText: false
. For additional privacy, you can set maskAllInputs: true
.Recommended configuration:Test the integration