Commit a570127
authored
feat: allow user actions' tracking in MS Clarity (#872)
add env var P_MS_CLARITY_TAG with MS Clarity Tag
The value will be available in the about API response if added
About API Response json structure -
`
{
"version": "v1.3.0",
"uiVersion": "development",
"commit": "e581c10",
"deploymentId": "01J4722F68X8XQVYT55TRG6R29",
"updateAvailable": false,
"latestVersion": "v1.3.0",
"llmActive": false,
"llmProvider": null,
"oidcActive": false,
"license": "AGPL-3.0-only",
"mode": "Standalone",
"staging": "/Users/nikhilsinha/Parseable/parseable/staging",
"cache": "Disabled",
"grpcPort": 8001,
"store": {
"type": "Local drive",
"path": "/Users/nikhilsinha/Parseable/parseable/data"
},
"analytics": {
"clarityTag": "testtag"
}
}
`1 parent e581c10 commit a570127
2 files changed
+18
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
| 111 | + | |
110 | 112 | | |
111 | 113 | | |
112 | 114 | | |
| |||
142 | 144 | | |
143 | 145 | | |
144 | 146 | | |
| 147 | + | |
145 | 148 | | |
146 | 149 | | |
147 | 150 | | |
| |||
423 | 426 | | |
424 | 427 | | |
425 | 428 | | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
426 | 437 | | |
427 | 438 | | |
428 | 439 | | |
| |||
566 | 577 | | |
567 | 578 | | |
568 | 579 | | |
| 580 | + | |
| 581 | + | |
569 | 582 | | |
570 | 583 | | |
571 | 584 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
119 | 122 | | |
120 | 123 | | |
0 commit comments