Skip to content

fix(utils): Dereference DOM events after they have servered their purpose #9224

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

lforst
Copy link
Contributor

@lforst lforst commented Oct 11, 2023

Fixes #9204

@lforst lforst requested a review from mydea October 11, 2023 10:52
@github-actions
Copy link
Contributor

size-limit report 📦

Path Size
@sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 84.23 KB (+0.02% 🔺)
@sentry/browser (incl. Tracing) - Webpack (gzipped) 31.42 KB (+0.04% 🔺)
@sentry/browser - Webpack (gzipped) 22.01 KB (+0.04% 🔺)
@sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 78.78 KB (+0.01% 🔺)
@sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 28.6 KB (+0.01% 🔺)
@sentry/browser - ES6 CDN Bundle (gzipped) 21.02 KB (+0.05% 🔺)
@sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 254.48 KB (+0.01% 🔺)
@sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 86.76 KB (+0.02% 🔺)
@sentry/browser - ES6 CDN Bundle (minified & uncompressed) 62.45 KB (+0.02% 🔺)
@sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 31.48 KB (+0.06% 🔺)
@sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 84.26 KB (+0.02% 🔺)
@sentry/react - Webpack (gzipped) 22.05 KB (+0.04% 🔺)
@sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 102.22 KB (+0.01% 🔺)
@sentry/nextjs Client - Webpack (gzipped) 50.99 KB (+0.01% 🔺)

@lforst lforst merged commit bb67a11 into develop Oct 11, 2023
@lforst lforst deleted the lforst-fix-9204 branch October 11, 2023 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Memory Leak: lastCapturedEvent holds a strong reference to an event that prevents DOM subtrees from being garbage collected
2 participants