File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 15
15
"@dnd-kit/sortable" : " ^9.0.0" ,
16
16
"@dnd-kit/utilities" : " ^3.2.2" ,
17
17
"@fontsource/raleway" : " ^5.1.0" ,
18
+ "@microsoft/clarity" : " ^1.0.0" ,
18
19
"@react-hook/resize-observer" : " ^2.0.2" ,
19
20
"@react-spring/web" : " ^9.7.5" ,
20
21
"@reduxjs/toolkit" : " ^2.5.0" ,
Original file line number Diff line number Diff line change 1
1
import React , { Suspense } from "react" ;
2
2
import { createRoot } from "react-dom/client" ;
3
3
import { Provider } from "react-redux" ;
4
+ import Clarity from "@microsoft/clarity" ;
4
5
import "index.scss" ;
5
6
import { CookieNotice } from "components/CookieNotice" ;
6
7
import { store } from "store" ;
@@ -48,6 +49,8 @@ if (ANALYTICS_DATA_DOMAIN && ANALYTICS_SRC) {
48
49
49
50
const root = createRoot ( document . getElementById ( "root" ) as HTMLDivElement ) ;
50
51
52
+ Clarity . init ( "pf8vadt2x0" ) ;
53
+
51
54
root . render (
52
55
< React . StrictMode >
53
56
< I18nextProvider i18n = { i18n } >
Original file line number Diff line number Diff line change 1796
1796
resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz#b2ac626d6cb9c8718ab459166d4bb405b8ffa78b"
1797
1797
integrity sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==
1798
1798
1799
+ "@microsoft/clarity@^1.0.0":
1800
+ version "1.0.0"
1801
+ resolved "https://registry.yarnpkg.com/@microsoft/clarity/-/clarity-1.0.0.tgz#e5f6c87d4aac9bac0cedeaa94158a3fd32fbcd5e"
1802
+ integrity sha512-2QY6SmXnqRj6dWhNY8NYCN3e53j4zCFebH4wGnNhdGV1mqAsQwql2fT0w8TISxCvwwfVp8idsWLIdrRHOms1PQ==
1803
+
1799
1804
"@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1":
1800
1805
version "5.1.1-v1"
1801
1806
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz#dbf733a965ca47b1973177dc0bb6c889edcfb129"
You can’t perform that action at this time.
0 commit comments