We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee1b8e commit 755940eCopy full SHA for 755940e
index.php
@@ -134,6 +134,8 @@
134
window.DD_RUM && window.DD_RUM.init({
135
clientToken: '<?= $RUM_CLIENT_TOKEN ?>',
136
applicationId: '<?= $RUM_APPLICATION_ID ?>',
137
+ version: '<?= $APP_VERSION ?>',
138
+ env: '<?= $SERVER_TYPE ?>',
139
});
140
</script>
141
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
0 commit comments