adobe / helix-rum-js

Helix RUM Event Generator for JavaScript
Apache License 2.0
1 stars 8 forks source link

Corrupted rum-standalone #194

Closed kptdobe closed 2 months ago

kptdobe commented 2 months ago

The built process created an invalid version of rum-standalone which explains why tests are failing here: https://github.com/adobe/helix-rum-enhancer/pull/264

const weight = 1;
          || (window.SAMPLE_PAGEVIEWS_AT_RATE === 'low' && 1000)
          || (new URLSearchParams(window.location.search).get('rum') === 'on' && 1)
          || 100;

Invalid code. Introduce by #156

kptdobe commented 2 months ago

hummm. false alarm, the npm bundle looks correct: https://www.npmjs.com/package/@adobe/helix-rum-js/v/2.3.0?activeTab=code. Something wrong in the installation? on the https://github.com/adobe/helix-rum-enhancer/pull/264 side...