Skip to content

Commit

Permalink
Initialise marker io
Browse files Browse the repository at this point in the history
  • Loading branch information
jsaq007 committed Nov 14, 2023
1 parent 9cabec0 commit e294af2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions services/static-webserver/client/source/boot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,12 @@
${preBootJs}
<script type="text/javascript" src="${appPath}boot.js"></script>
</body>
<script>
window.markerConfig = {
project: '655285eac2fdc551da905141',
source: 'snippet'
};

!function(e,r,a){if(!e.__Marker){e.__Marker={};var t=[],n={__cs:t};["show","hide","isVisible","capture","cancelCapture","unload","reload","isExtensionInstalled","setReporter","setCustomData","on","off"].forEach(function(e){n[e]=function(){var r=Array.prototype.slice.call(arguments);r.unshift(e),t.push(r)}}),e.Marker=n;var s=r.createElement("script");s.async=1,s.src="https://edge.marker.io/latest/shim.js";var i=r.getElementsByTagName("script")[0];i.parentNode.insertBefore(s,i)}}(window,document);
</script>
</html>

0 comments on commit e294af2

Please sign in to comment.