Skip to content
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

feat: Remove plugins related code, which is not used #123

Merged
merged 1 commit into from
Oct 27, 2023

Conversation

mydea
Copy link
Member

@mydea mydea commented Oct 25, 2023

This allows us to remove some code in the codebase that we don't actually use, streamlining this a bit and saving some bytes.

@mydea mydea requested a review from billyvg October 25, 2023 11:22
@mydea mydea self-assigned this Oct 25, 2023
@billyvg
Copy link
Member

billyvg commented Oct 25, 2023

cc @ryan953 iirc you had used a plugin on the player side at one point right, but it's been removed?

@ryan953
Copy link
Member

ryan953 commented Oct 25, 2023

It is removed! We've got a function called replayStepper now, no more plugin.

@mydea mydea force-pushed the fn/remove-plugins branch from 6b32ca7 to 7c783b1 Compare October 27, 2023 07:42
@github-actions
Copy link

github-actions bot commented Oct 27, 2023

size-limit report 📦

Path Size
rrweb - record only (gzipped) 22.88 KB (-0.73% 🔽)
rrweb - record only (min) 80.22 KB (-0.69% 🔽)
rrweb - record with treeshaking flags (gzipped) 15.68 KB (-1.05% 🔽)

@mydea mydea force-pushed the fn/remove-plugins branch from 7c783b1 to 2bfd19f Compare October 27, 2023 08:00
@mydea mydea merged commit 42ffd92 into sentry-v2 Oct 27, 2023
14 checks passed
@mydea mydea deleted the fn/remove-plugins branch October 27, 2023 08:09
mydea added a commit to getsentry/sentry-javascript that referenced this pull request Oct 31, 2023
- feat: Export getCanvasManager & allow passing it to record() [#122](getsentry/rrweb#122)
- feat: Remove hooks related code, which is not used [#126](getsentry/rrweb#126)
- feat: Remove plugins related code, which is not used [#123](getsentry/rrweb#123)
- feat: Refactor module scope vars & export mirror & `takeFullSnapshot` directly [#113](getsentry/rrweb#113)
- fix(rrweb): Fix rule.style being undefined [#121](getsentry/rrweb#121)
- ref: Avoid unnecessary cloning of objects or arrays [#125](getsentry/rrweb#125)
- ref: Avoid cloning events to add timestamp [#124](getsentry/rrweb#124)
mydea added a commit to getsentry/sentry-javascript that referenced this pull request Oct 31, 2023
- feat: Export getCanvasManager & allow passing it to record() [#122](getsentry/rrweb#122)
- feat: Remove hooks related code, which is not used [#126](getsentry/rrweb#126)
- feat: Remove plugins related code, which is not used [#123](getsentry/rrweb#123)
- feat: Refactor module scope vars & export mirror & `takeFullSnapshot` directly [#113](getsentry/rrweb#113)
- fix(rrweb): Fix rule.style being undefined [#121](getsentry/rrweb#121)
- ref: Avoid unnecessary cloning of objects or arrays [#125](getsentry/rrweb#125)
- ref: Avoid cloning events to add timestamp [#124](getsentry/rrweb#124)
mydea added a commit to getsentry/sentry-javascript that referenced this pull request Oct 31, 2023
- feat: Export getCanvasManager & allow passing it to record() [#122](getsentry/rrweb#122)
- feat: Remove hooks related code, which is not used [#126](getsentry/rrweb#126)
- feat: Remove plugins related code, which is not used [#123](getsentry/rrweb#123)
- feat: Refactor module scope vars & export mirror & `takeFullSnapshot` directly [#113](getsentry/rrweb#113)
- fix(rrweb): Fix rule.style being undefined [#121](getsentry/rrweb#121)
- ref: Avoid unnecessary cloning of objects or arrays [#125](getsentry/rrweb#125)
- ref: Avoid cloning events to add timestamp [#124](getsentry/rrweb#124)
mydea added a commit to getsentry/sentry-javascript that referenced this pull request Oct 31, 2023
- feat: Export getCanvasManager & allow passing it to record()
[#122](getsentry/rrweb#122)
- feat: Remove hooks related code, which is not used
[#126](getsentry/rrweb#126)
- feat: Remove plugins related code, which is not used
[#123](getsentry/rrweb#123)
- feat: Refactor module scope vars & export mirror & `takeFullSnapshot`
directly [#113](getsentry/rrweb#113)
- fix(rrweb): Fix rule.style being undefined
[#121](getsentry/rrweb#121)
- ref: Avoid unnecessary cloning of objects or arrays
[#125](getsentry/rrweb#125)
- ref: Avoid cloning events to add timestamp
[#124](getsentry/rrweb#124)


Note: With this update, canvas is _always_ excluded, unless we opt in by
passing a `getCanvasManager` function to `record()`. We'll provide a way
to do this once we have a fully formed canvas story. For now, this will
reduce bundle size considerably for all SDK users.
billyvg added a commit that referenced this pull request Dec 5, 2023
billyvg added a commit that referenced this pull request Dec 5, 2023
billyvg added a commit that referenced this pull request Dec 7, 2023
#133)

This reverts commit 42ffd92.


We need plugins to enable our custom canvas playback method.
billyvg pushed a commit that referenced this pull request Apr 26, 2024
This allows us to remove some code in the codebase that we don't
actually use, streamlining this a bit and saving some bytes.
billyvg added a commit that referenced this pull request Apr 26, 2024
#133)

This reverts commit 42ffd92.

We need plugins to enable our custom canvas playback method.
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.

3 participants