We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rrweb
I noticed that for canvas recording, an base64 encoded inlined web worker is used. This is quite large in bundle size.
We could rewrite this to build a stringified web worker ourselves, like done in this PR: getsentry#144
If this sounds good to the core maintainers, I would port this PR over here as well?
Keep it as base64 encoded (=larger, but a bit simpler setup)
We've been using such a stringified web worker in the Sentry SDK successfully for some time now.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Preflight Checklist
What package is this feature request for?
rrweb
Problem Description
I noticed that for canvas recording, an base64 encoded inlined web worker is used. This is quite large in bundle size.
Proposed Solution
We could rewrite this to build a stringified web worker ourselves, like done in this PR: getsentry#144
If this sounds good to the core maintainers, I would port this PR over here as well?
Alternatives Considered
Keep it as base64 encoded (=larger, but a bit simpler setup)
Additional Information
We've been using such a stringified web worker in the Sentry SDK successfully for some time now.
The text was updated successfully, but these errors were encountered: