Skip to content

Replay freeze 100% CPU when using drag and drop #12991

@agotfredsen82

Description

@agotfredsen82

Is there an existing issue for this?

How do you use Sentry?

Sentry Saas (sentry.io)

Which SDK are you using?

@sentry/vue

SDK Version

8.19.0

Framework Version

Nuxt 3

Link to Sentry event

No response

SDK Setup/Reproduction Example

Sentry.init({
app: nuxtApp.vueApp,
autoSessionTracking: true,
debug: sentry.environment !== "production",
dsn: sentry.dsn,
environment: sentry.environment,
integrations: [
Sentry.browserTracingIntegration({ router }),
Sentry.replayIntegration()
],

etc

Steps to Reproduce

Using Nuxt3 with drag and drop (tried different drag and drop frameworks ..) but for this case lets use https://drag-and-drop.formkit.com

when using Sentry.replayIntegration() using a drag and drop framework the iPhone freezes and becomes extremely hot . so I guess the cpu turns way beyond 100%

removing Sentry.replayIntegration() and everything works perfect again .. but I want to be able to use replay ..

Expected Result

expecting to be able to use drag and drop in a Nuxt 3 app together with Sentry Replay ..

https://drag-and-drop.formkit.com

Actual Result

cant screenshot because the iPhone freezes . not even screenshot works ..

Metadata

Metadata

Assignees

Labels

BugPackage: replayIssues related to the Sentry Replay SDKPackage: vueIssues related to the Sentry Vue SDK

Projects

Status

Waiting for: Product Owner

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions