Skip to content

Commit

Permalink
fix(rum): merge conflict for adobe#139
Browse files Browse the repository at this point in the history
  • Loading branch information
ramboz committed Nov 4, 2022
1 parent 9d5d581 commit b50bfbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/plugins/rum.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ 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 b50bfbe

Please sign in to comment.