adobe / helix-rum-enhancer

Add advanced functionality to Helix RUM Collection (client-side)
Apache License 2.0
1 stars 14 forks source link

Wrong URL in the data #189

Closed kptdobe closed 3 months ago

kptdobe commented 4 months ago

Using the rum-standalone with a really basic example, I can observe that the first top checkpoint appears in the Coralogix logs and rum data with the correct URL. But for the subsequent checkpoints, the URL is the root host.

A basic example is:

<html>
<head>
    <script defer type="text/javascript" src="https://helix-rum-collector-ci.edgecompute.app/.rum/@adobe/helix-rum-js@^2/dist/rum-standalone.js"></script>
</head>
<body>RUM</body>
</html>

Corresponding log trace: image

The referer seems to be missing from the payload sent by the enhancer.

kptdobe commented 3 months ago

Fixed with https://github.com/adobe/helix-rum-enhancer/pull/190