|
1 | 1 | {% extends "base.html" %} |
2 | 2 |
|
3 | 3 | {% block extrahead %} |
4 | | - <script |
5 | | - src="https://www.datadoghq-browser-agent.com/us1/v4/datadog-rum.js" |
6 | | - type="text/javascript"> |
7 | | - </script> |
8 | | - <script> |
9 | | - window.DD_RUM && window.DD_RUM.init({ |
10 | | - clientToken: 'pub449343093761bcdee5ce31a30f90596c', |
11 | | - applicationId: '7c38204b-fae7-4e8d-9060-41e4d312c405', |
12 | | - site: 'datadoghq.com', |
13 | | - service: 'test', |
14 | | - env: '<ENV_NAME>', |
15 | | - // Specify a version number to identify the deployed version of your application in Datadog |
16 | | - // version: '1.0.0', |
17 | | - sessionSampleRate: 100, |
18 | | - sessionReplaySampleRate: 100, |
19 | | - trackUserInteractions: true, |
20 | | - trackResources: true, |
21 | | - trackLongTasks: true, |
22 | | - defaultPrivacyLevel: 'mask-user-input', |
23 | | - }); |
| 4 | + <script |
| 5 | + src="https://www.datadoghq-browser-agent.com/us1/v4/datadog-rum.js" |
| 6 | + type="text/javascript"> |
| 7 | + </script> |
| 8 | + <script> |
| 9 | + window.DD_RUM && window.DD_RUM.init({ |
| 10 | + clientToken: 'pub10d7870188992f8c006cf7ba1f160a3f', |
| 11 | + applicationId: '36a4de35-5eaa-435a-8c56-048c1b4d5d8c', |
| 12 | + site: 'datadoghq.com', |
| 13 | + service: 'datajoint-docs', |
| 14 | + env: 'docs', |
| 15 | + sessionSampleRate: 100, |
| 16 | + sessionReplaySampleRate: 100, |
| 17 | + trackUserInteractions: true, |
| 18 | + trackResources: true, |
| 19 | + trackLongTasks: true, |
| 20 | + defaultPrivacyLevel: 'mask-user-input', |
| 21 | + }); |
24 | 22 |
|
25 | | - window.DD_RUM && |
26 | | - window.DD_RUM.startSessionReplayRecording(); |
27 | | - </script> |
| 23 | + window.DD_RUM && |
| 24 | + window.DD_RUM.startSessionReplayRecording(); |
| 25 | + </script> |
28 | 26 | {{ super() }} |
29 | 27 | <!-- Add scripts that need to run afterwards here --> |
30 | 28 | {% endblock %} |
0 commit comments