Skip to content

Commit

Permalink
Adding RUM vars
Browse files Browse the repository at this point in the history
  • Loading branch information
devinmatte committed Oct 19, 2020
1 parent aee1b8e commit 755940e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@
window.DD_RUM && window.DD_RUM.init({
clientToken: '<?= $RUM_CLIENT_TOKEN ?>',
applicationId: '<?= $RUM_APPLICATION_ID ?>',
version: '<?= $APP_VERSION ?>',
env: '<?= $SERVER_TYPE ?>',
});
</script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
Expand Down

0 comments on commit 755940e

Please sign in to comment.