Skip to content

Commit

Permalink
Merge pull request #139 from adobe/no-double-top
Browse files Browse the repository at this point in the history
fix(rum): do not send `top` checkpoint twice
  • Loading branch information
trieloff committed Oct 25, 2022
2 parents 1ed70e4 + 86c9c11 commit 9383a77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/lib-franklin.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export function sampleRUM(checkpoint, data = {}) {
const script = document.createElement('script');
script.src = 'https://rum.hlx.page/.rum/@adobe/helix-rum-enhancer@^1/src/index.js';
document.head.appendChild(script);
sendPing(data);
return true;
},
};
Expand Down

0 comments on commit 9383a77

Please sign in to comment.