- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 1.7k
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
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
Projects
Status