-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
Problem Statement
In the current Nuxt SDK, the replay functionality is not present. If you put Sentry.replayIntegration into sentry.client.config.ts, it will produce a warning in the console saying: "sentry.client.config.ts:9 Replay is disabled because neither replaysSessionSampleRate
nor replaysOnErrorSampleRate
are set.", even though these parameters are set in the config file.
Also, Typescript warns that these parameters do not exist.
I don't know if this is a bug, so I posted it as a feature request.
Thank you for all the work you are doing!
Solution Brainstorm
According to the replay docs, we should "import Sentry from your framework SDK (e.g. @sentry/react) instead of @sentry/browser". Probably, it should be added in the current Nuxt SDK.
Metadata
Metadata
Assignees
Labels
Projects
Status
Waiting for: Product Owner