apm-agent-rum-js
apm-agent-rum-js copied to clipboard
build: support npm v7
Fixes #972 lerna bootstrap failed
See this issue for more information.
Note to the package-lock.json change, it is a regular change when using npm 7.
:green_heart: Build Succeeded
the below badges are clickable and redirect to their specific view in the CI or DOCS
![]()
![]()
![]()
![]()
Expand to view the summary
Build stats
-
Build Cause:
Started by user Vignesh Shanmugam -
Start Time: 2021-04-01T19:39:32.707+0000
-
Duration: 60 min 24 sec
-
Commit: 24ecf9f457d6c266872bd0618eea06b948f280d6
Test stats :test_tube:
| Test | Results |
|---|---|
| Failed | 0 |
| Passed | 1047 |
| Skipped | 9 |
| Total | 1056 |
Trends :test_tube:
:package: Bundlesize report
| Filename | Size(bundled) | Size(gzip) | Diff(gzip) |
|---|---|---|---|
| elastic-apm-opentracing.umd.min.js | 62.3 KiB | 19.9 KiB | :green_heart: 0 Bytes |
| elastic-apm-rum.umd.min.js | 56.4 KiB | 18.4 KiB | :green_heart: 0 Bytes |
I'm not sure it is not related. If you're using npm7, you will get this change, so even if I will not check it in, you will get this change accidentally any time someone will use npm 7.
Putting this on hold, till we get the Angular next major stable release. This changes the lockfile version from 1 to 2, so we will better merge that huge PR and update the package-lock changes later.
npm support added here https://github.com/elastic/apm-agent-rum-js/pull/1434