-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat(browser): Add CDN bundle for tracing.logs.metrics
#18784
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
base: develop
Are you sure you want to change the base?
feat(browser): Add CDN bundle for tracing.logs.metrics
#18784
Conversation
| }); | ||
| }); | ||
|
|
||
|
|
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.
Feature PR lacks integration or E2E test
Low Severity · BugBot Rules
This is a feat PR that only includes a unit test. The review rules specify: "When reviewing a feat PR, check if the PR includes at least one integration or E2E test. If neither of the two are present, add a comment, recommending to add one." No integration or E2E test exists for the new bundle.tracing.logs.metrics bundle in browser-integration-tests or elsewhere. Adding an integration test to verify the CDN bundle loads and functions correctly in a real browser environment would improve confidence in the feature.
size-limit report 📦
|
Lms24
left a comment
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.
Nice! The bundle code looks good to me. Before we merge this, let's make sure we also adjust our browser-integration-tests to test against the newly created bundle.
- We need to tell the test setup about the bundle here.
- I think we also need some adjustments in package.json and possibly in CI.
- We should also ensure that metrics integration tests run on the newly added bundle.
closes #18782
ref #16314
Note that metrics were bundled into the base config and will be moved into this bundle starting with v11 (ref #18583)