Closed kptdobe closed 3 months ago
This PR will trigger no release when merged.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
830fd72
) to head (32fc673
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:tada: This PR is included in version 2.2.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
This seems to be messing with https://github.com/adobe/helix-rum-enhancer/pull/256 need to understand why
Faster loading of rum-enhancer in the default behavior means that the URL manipulation needed for the test is coming too late. Fixed in https://github.com/adobe/helix-rum-enhancer/pull/256/commits/bd2eae39df4784dfb85c0e4a8d166748837dffd5
Introduces a new capability: let the consumer define when to load the
enhancer
. To do so:window.hlx.RUM_MANUAL_ENHANCE = true;
sampleRUM();
sampleRUM.enhance();