Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Vendic/magento2-rumvision into feat…
Browse files Browse the repository at this point in the history
…ure/add-rum-prefix
  • Loading branch information
Tjitse-E committed Jan 31, 2025
2 parents 67bcda0 + 80b7523 commit b6c0de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/frontend/templates/script/rumvision.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ if (! $viewModel->shouldIncludeScript()) {
var head = si.querySelector('head'), js = si.createElement('script');
js.src = 'https://d5yoctgpv4cpx.cloudfront.net/'+rum+'/v4-'+vi.location.hostname+'.js';
head.appendChild(js);
})( '<?= $escaper->escapeJs($viewModel->getTrackingId()) ?>', window, document, '<?= $escaper->escapeJs($viewModel->getHostName()) ?>' );
})( 'RUM-<?= $escaper->escapeJs($viewModel->getTrackingId()) ?>', window, document, '<?= $escaper->escapeJs($viewModel->getHostName()) ?>' );
</script>

0 comments on commit b6c0de5

Please sign in to comment.