Skip to content

Commit

Permalink
Merge pull request #5 from prodesert22/ortege
Browse files Browse the repository at this point in the history
feat: added clarity in superset frontend
  • Loading branch information
josedev-union authored Nov 27, 2023
2 parents 4de6ba6 + f98bb5a commit 9e5acaf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions superset/templates/superset/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@
id="csrf_token"
value="{{ csrf_token() if csrf_token else '' }}"
>

<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "hm0ycmztnh");
</script>
</head>

<body {% if standalone_mode %}class="standalone"{% endif %}>
Expand Down

0 comments on commit 9e5acaf

Please sign in to comment.