If you’re already using Sentry, setting up Decipher AI is a 1-line change and you’ll still be able to use Sentry.
Get your new DSN by creating a project in Decipher
I want to send data to Decipher only
dsn
to copy and paste in the following step.I want to send data to Decipher and Sentry
dsn
parameter in your codebase’s call to Sentry.init
.Update your Sentry initialization to use the new DSN and configuration
NextJS
instrumentation-client.ts
to use your new dsn
and make sure replayIntegration and replaysSessionSampleRate are set
.Additionally, update sentry.edge.config.ts
, and sentry.server.config.ts
files to use your new dsn
.@sentry/nextjs
versions update your sentry.client.config.ts
instead of instrumentation-client.ts
.Other Frameworks
dsn
field of your existing Sentry initialization to use the new value you got from Step 1, and ensure that replayIntegration
and replaysSessionSampleRate
are set.
For example:Identify Users