getsentry / sentry-javascript

Official Sentry SDKs for JavaScript
https://sentry.io
MIT License
8k stars 1.58k forks source link

Angular drag and drop: Console errors when Session Replay is enabled #14241

Open rodolfoBee opened 3 days ago

rodolfoBee commented 3 days ago

Is there an existing issue for this?

How do you use Sentry?

Sentry Saas (sentry.io)

Which SDK are you using?

@sentry/angular

SDK Version

8.37.1

Framework Version

No response

Link to Sentry event

No response

Reproduction Example/SDK Setup

No response

Steps to Reproduce

  1. Create an angular app
  2. Add CDK drag and drop: https://material.angular.io/cdk/drag-drop/overview
  3. Add sentry with Session replay enabled.

Expected Result

No console errors when drag and dropping.

Actual Result

Multiple console errors when dragging and dropping: Image

This has been reported in the Angular repo and is affecting multiple users: https://github.com/angular/components/issues/24979

chargome commented 3 days ago

possibly related to https://github.com/getsentry/sentry-javascript/issues/12443