You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using with Next.js 15, if Sentry is added to the project then rendering fails with Uncaught TypeError: Failed to construct 'HTMLElement': Please use the 'new' operator, this DOM object constructor cannot be called as a function.
The error can be resolved by upgrading Stencil. PR to follow shortly.
When using with Next.js 15, if Sentry is added to the project then rendering fails with
Uncaught TypeError: Failed to construct 'HTMLElement': Please use the 'new' operator, this DOM object constructor cannot be called as a function.
The error can be resolved by upgrading Stencil. PR to follow shortly.
See rnbrady/qrcode-sentry-issue for reproduction. Before vs after adding Sentry:
The issue seems to be specific to Next.js or React as I'm unable to reproduce it by adding Sentry to the vanilla HTML + Js demo pages.
The text was updated successfully, but these errors were encountered: