feat: integrate Microsoft Clarity for enhanced user analytics and add necessary configurations

This commit is contained in:
Your Name
2026-03-23 01:28:14 +02:00
parent 5310493cac
commit 20c15e333c
5 changed files with 91 additions and 74 deletions

18
package-lock.json generated Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "SaaS-PDF",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@microsoft/clarity": "^1.0.2"
}
},
"node_modules/@microsoft/clarity": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@microsoft/clarity/-/clarity-1.0.2.tgz",
"integrity": "sha512-9EZYROFpJxEGmQpHvUFqvD3ZJ7QQSqnibYSWmS+1xusoZfG1QQ1/Al9yVBBc11DWMbJrs1pe1hLT273it/skJg==",
"license": "MIT"
}
}
}