|
1 | 1 | <!doctype html>
|
2 | 2 | <html lang="en">
|
3 |
| - |
4 |
| -<head> |
5 |
| - <meta charset="UTF-8" /> |
6 |
| - <title>Sandbox</title> |
7 |
| - <script src="http://localhost:8080/datadog-rum.js"></script> |
8 |
| - <script src="http://localhost:8080/datadog-logs.js"></script> |
9 |
| - <!-- <script src="http://localhost:8080/datadog-rum-extra-slim.js"></script> --> |
10 |
| - <script> |
11 |
| - DD_RUM.init({ |
12 |
| - clientToken: 'xxx', |
13 |
| - applicationId: 'xxx', |
14 |
| - sessionReplaySampleRate: 100, |
15 |
| - trackResources: true, |
16 |
| - trackLongTasks: true, |
17 |
| - telemetrySampleRate: 100, |
18 |
| - telemetryConfigurationSampleRate: 100, |
19 |
| - telemetryUsageSampleRate: 100, |
20 |
| - enableExperimentalFeatures: [], |
21 |
| - }) |
22 |
| - DD_LOGS.init({ |
23 |
| - clientToken: 'xxx', |
24 |
| - telemetrySampleRate: 100, |
25 |
| - telemetryConfigurationSampleRate: 100, |
26 |
| - telemetryUsageSampleRate: 100, |
27 |
| - enableExperimentalFeatures: [], |
28 |
| - }) |
29 |
| - |
30 |
| - // DD_RUM_XS.init({ |
31 |
| - // clientToken: 'xxx', |
32 |
| - // applicationId: 'xxx', |
33 |
| - // sessionReplaySampleRate: 100, |
34 |
| - // trackResources: true, |
35 |
| - // trackLongTasks: true, |
36 |
| - // telemetrySampleRate: 100, |
37 |
| - // telemetryConfigurationSampleRate: 100, |
38 |
| - // telemetryUsageSampleRate: 100, |
39 |
| - // enableExperimentalFeatures: [], |
40 |
| - // }) |
41 |
| - </script> |
42 |
| -</head> |
43 |
| - |
44 |
| -<body></body> |
45 |
| - |
| 3 | + <head> |
| 4 | + <meta charset="UTF-8" /> |
| 5 | + <title>Sandbox</title> |
| 6 | + <script src="http://localhost:8080/datadog-rum.js"></script> |
| 7 | + <script src="http://localhost:8080/datadog-logs.js"></script> |
| 8 | + <script> |
| 9 | + DD_RUM.init({ |
| 10 | + clientToken: 'xxx', |
| 11 | + applicationId: 'xxx', |
| 12 | + sessionReplaySampleRate: 100, |
| 13 | + trackResources: true, |
| 14 | + trackLongTasks: true, |
| 15 | + telemetrySampleRate: 100, |
| 16 | + telemetryConfigurationSampleRate: 100, |
| 17 | + telemetryUsageSampleRate: 100, |
| 18 | + enableExperimentalFeatures: [], |
| 19 | + }) |
| 20 | + DD_LOGS.init({ |
| 21 | + clientToken: 'xxx', |
| 22 | + telemetrySampleRate: 100, |
| 23 | + telemetryConfigurationSampleRate: 100, |
| 24 | + telemetryUsageSampleRate: 100, |
| 25 | + enableExperimentalFeatures: [], |
| 26 | + }) |
| 27 | + </script> |
| 28 | + </head> |
| 29 | + <body></body> |
46 | 30 | </html>
|
0 commit comments