-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
feat(browser): Add replay.logs.metrics bundle
#19021
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
Conversation
size-limit report 📦
|
node-overhead report 🧳Note: This is a synthetic benchmark with a minimal express app and does not necessarily reflect the real-world performance impact in an application.
|
| - bundle_tracing | ||
| - bundle_logs_metrics | ||
| - bundle_tracing_logs_metrics | ||
| - bundle_replay_logs_metrics |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
l: Can we move this up to bunch it up with bundle_replay_ instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have one more bundle to add and will sort them there to not run the whole ci again 👍
| bundle_replay_logs_metrics: 'build/bundles/bundle.replay.logs.metrics.js', | ||
| bundle_replay_logs_metrics_min: 'build/bundles/bundle.replay.logs.metrics.min.js', | ||
| bundle_replay_logs_metrics_debug_min: 'build/bundles/bundle.replay.logs.metrics.debug.min.js', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
l: Can we move these up to bunch them up with the other bundle_replay bundles instead?
| "test:bundle:replay_logs_metrics:min": "PW_BUNDLE=bundle_replay_logs_metrics_min yarn test", | ||
| "test:bundle:replay_logs_metrics:debug_min": "PW_BUNDLE=bundle_replay_logs_metrics_debug_min yarn test", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
l: Same here, can we move them up?
closes #19003