Skip to content

Commit 755940e

Browse files
committed
Adding RUM vars
1 parent aee1b8e commit 755940e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@
134134
window.DD_RUM && window.DD_RUM.init({
135135
clientToken: '<?= $RUM_CLIENT_TOKEN ?>',
136136
applicationId: '<?= $RUM_APPLICATION_ID ?>',
137+
version: '<?= $APP_VERSION ?>',
138+
env: '<?= $SERVER_TYPE ?>',
137139
});
138140
</script>
139141
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>

0 commit comments

Comments
 (0)