Skip to content

Commit

Permalink
chore: analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
dromzeh committed Jul 24, 2024
1 parent 0ed42a8 commit 1bbdb4b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@reduxjs/toolkit": "^2.2.5",
"@seline-analytics/web": "^0.0.12",
"@types/lodash": "^4.17.4",
"axios": "^1.7.2",
"class-variance-authority": "^0.7.0",
Expand Down
19 changes: 15 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ import { SiteFooter } from "~/components/nav/footer";
import { ScrollToTop } from "~/components/nav/scroll-to-top";
import { Toaster } from "~/components/ui/sonner";
import { AxiomWebVitals } from "next-axiom";
import * as seline from "@seline-analytics/web";

seline.init();

import dynamic from "next/dynamic";

Expand Down

0 comments on commit 1bbdb4b

Please sign in to comment.