-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Package: replayIssues related to the Sentry Replay SDKIssues related to the Sentry Replay SDKType: Improvement
Description
We want to remove the lodash.debounce
dependency from Replay for a couple of reasons
- Removing it brings the number of external dependencies down to 1 (rrweb)
- It causes build errors with NextJS which we currently patch (fix(replay): Ensure lodash.debounce does not trigger next.js warning #6551)
- The logic can be replaced with custom code fairly easily
ref #6459
awacode21
Metadata
Metadata
Assignees
Labels
Package: replayIssues related to the Sentry Replay SDKIssues related to the Sentry Replay SDKType: Improvement