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

⚗️ Modular SDK - Split by feature using hooks #3004

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

amortemousque
Copy link
Contributor

Motivation

  • Adds hooks to decouple feature assembly and APIs

Changes

Use hooks for action collection

Testing

  • Local
  • Staging
  • Unit
  • End to end

I have gone over the contributing documentation.

Copy link

Bundles Sizes Evolution

📦 Bundle Name Base Size Local Size 𝚫 𝚫% Status
Rum 161.28 KiB 161.83 KiB 559 B +0.34%
Logs 56.12 KiB 56.11 KiB -5 B -0.01%
Rum Slim 109.89 KiB 110.43 KiB 558 B +0.50%
Worker 25.21 KiB 25.21 KiB 0 B 0.00%
🚀 CPU Performance
Action Name Base Average Cpu Time (ms) Local Average Cpu Time (ms) 𝚫
addglobalcontext 0.001 0.002 0.000
addaction 0.035 0.035 0.000
addtiming 0.001 0.001 -0.000
adderror 0.029 0.035 0.006
startstopsessionreplayrecording 1.114 0.922 -0.193
startview 0.939 1.052 0.113
logmessage 0.020 0.020 -0.000
🧠 Memory Performance
Action Name Base Consumption Memory (bytes) Local Consumption Memory (bytes) 𝚫 (bytes)
addglobalcontext 8.56 KiB 8.28 KiB -287 B
addaction 38.83 KiB 40.34 KiB 1.51 KiB
addtiming 7.16 KiB 7.77 KiB 618 B
adderror 44.53 KiB 44.97 KiB 444 B
startstopsessionreplayrecording 4.47 KiB 5.77 KiB 1.29 KiB
startview 340.93 KiB 359.15 KiB 18.21 KiB
logmessage 41.01 KiB 41.21 KiB 206 B

🔗 RealWorld

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.

1 participant