Closed kptdobe closed 2 months ago
This PR will trigger a minor release when merged.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
332739c
) to head (89bcc34
).
: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:
2.2.0 fails in https://github.com/adobe/helix-rum-enhancer/pull/256 - I don't think it's related to these changes, but better to check.
While looking at the error tracking, I realized there are some inconsistencies like:
at https://...
while if error occurs in a JS file it showsfunctionname@https://...
- addressed by the PRsource: undefined error
(and no target) - while this might be the case for unhandled promise rejections, code could try to identify a better source and target for those cases.I also wrote tests to cover all different scenarii.