newrelic / newrelic-browser-agent

New Relic Browser Agent
Apache License 2.0
77 stars 40 forks source link

chore: LT supported browerlists and test matchers #1060

Closed cwli24 closed 4 months ago

cwli24 commented 4 months ago

Please add a one-paragraph summary here, suitable for a release notes description. This will help with documentation.

Overview

Related Issue(s)

https://new-relic.atlassian.net/browse/NR-254279 https://new-relic.atlassian.net/browse/NR-274401

Testing

Not yet ran on existing test suite. iOS facing issues and a couple matchers may need updating. That has been split out into separate issues.

github-actions[bot] commented 4 months ago

Asset Size Report

Merging this pull request will result in the following asset size changes:

Agent Asset Previous Size New Size Diff
lite loader 33.61 kB / 11.74 kB (gzip) 33.61 kB / 11.74 kB (gzip) 0% / 0.01% (gzip)
lite async-chunk 49.88 kB / 16.12 kB (gzip) 49.8 kB / 16.11 kB (gzip) -0.16% / -0.09% (gzip)
pro loader 53.79 kB / 18.2 kB (gzip) 53.79 kB / 18.2 kB (gzip) 0% / -0.01% (gzip)
pro async-chunk 93.81 kB / 28.31 kB (gzip) 93.73 kB / 28.3 kB (gzip) -0.09% / -0.05% (gzip)
spa loader 61.95 kB / 20.7 kB (gzip) 61.95 kB / 20.7 kB (gzip) 0% / 0% (gzip)
spa async-chunk 109.07 kB / 32.74 kB (gzip) 108.99 kB / 32.73 kB (gzip) -0.07% / -0.05% (gzip)
lite-polyfills loader 128.3 kB / 41.1 kB (gzip) 128.3 kB / 41.1 kB (gzip) 0% / 0% (gzip)
lite-polyfills async-chunk 64.61 kB / 18.46 kB (gzip) 64.54 kB / 18.45 kB (gzip) -0.12% / -0.08% (gzip)
pro-polyfills loader 148.93 kB / 46.97 kB (gzip) 148.93 kB / 46.97 kB (gzip) 0% / 0% (gzip)
pro-polyfills async-chunk 114.33 kB / 30.27 kB (gzip) 114.25 kB / 30.25 kB (gzip) -0.07% / -0.06% (gzip)
spa-polyfills loader 157.18 kB / 49.12 kB (gzip) 157.18 kB / 49.12 kB (gzip) 0% / 0% (gzip)
spa-polyfills async-chunk 131.33 kB / 34.9 kB (gzip) 131.25 kB / 34.89 kB (gzip) -0.06% / -0.05% (gzip)
codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.50%. Comparing base (3c4ea26) to head (1fcc519).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1060 +/- ## ========================================== - Coverage 87.50% 87.50% -0.01% ========================================== Files 157 157 Lines 7148 7147 -1 Branches 1404 1403 -1 ========================================== - Hits 6255 6254 -1 Misses 778 778 Partials 115 115 ``` | [Flag](https://app.codecov.io/gh/newrelic/newrelic-browser-agent/pull/1060/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=newrelic) | Coverage Δ | | |---|---|---| | [unit-tests](https://app.codecov.io/gh/newrelic/newrelic-browser-agent/pull/1060/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=newrelic) | `76.28% <100.00%> (-0.01%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=newrelic#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 4 months ago

Static Badge

Last ran on June 06, 2024 16:42:53 CDT Checking merge of (1bbe60d98d84089de2aba0f1a53d820b0e48ce5d) into main (3c4ea262b30b48afc434f8ccdce867b1a5acb874)

cwli24 commented 4 months ago

LT test with retry and 25 concurrency passes on 4 desktop browsers latest & -10 versions, on separate runs. IE11 & 2 mobile browsers to be fixed.