Skip to content

Add Replay integration into Nuxt SDK #13686

@wanderowski

Description

@wanderowski

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.

Image

Also, Typescript warns that these parameters do not exist.
Image

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

No one assigned

    Projects

    Status

    Waiting for: Product Owner

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions