-
Notifications
You must be signed in to change notification settings - Fork 142
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
✨[RUM-3151] Report bundle sizes to logs #2605
Conversation
/to-staging |
🚂 Branch Integration: starting soon, merge in < 9m Commit 8b13c6c525 will soon be integrated into staging-07. This build is going to start soon! (estimated merge in less than 9m) Use |
Commit 8b13c6c525 had already been merged into staging-07 If you need support, contact us on Slack #ci-interfaces! |
/to-staging |
🚂 Branch Integration: starting soon, merge in < 9m Commit bc7f0c6290 will soon be integrated into staging-07. This build is going to start soon! (estimated merge in less than 9m) Use |
🚂 Branch Integration: This commit was successfully integrated Commit bc7f0c6290 has been merged into staging-07 in merge commit 335764e57b. Check out the triggered pipeline on Gitlab 🦊 |
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 one 🎉
…tch wrapper into fetch in export bundle script. Deleted local preferences in gitignore
/to-staging |
🚂 Branch Integration: starting soon, merge in < 9m Commit bf1e3dd049 will soon be integrated into staging-07. This build is going to start soon! (estimated merge in less than 9m) Use |
🚂 Branch Integration: This commit was successfully integrated Commit bf1e3dd049 has been merged into staging-07 in merge commit 6533668272. Check out the triggered pipeline on Gitlab 🦊 |
Motivation
To send bundle sizes to logs and check the evolution with dashboard.
Changes
Added a script to retrieve git commit Id, version, branch and bundle size then send them to logs with fetch request.
Testing
I have gone over the contributing documentation.