Skip to content

Commit 079649c

Browse files
committed
bump
1 parent b9c3779 commit 079649c

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

apps/client/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "client",
3-
"version": "1.9.7-beta",
3+
"version": "1.9.8-beta",
44
"scripts": {
55
"dev": "npm-run-all --parallel dev:*",
66
"dev:run": "FORCE_COLOR=1 vite",
@@ -34,6 +34,7 @@
3434
"@tanstack/react-query-devtools": "^4.0.10",
3535
"@tanstack/react-query-persist-client": "^4.0.10",
3636
"@types/react-dom": "^18.0.9",
37+
"@vercel/analytics": "^1.1.1",
3738
"dayzed": "^3.2.3",
3839
"dompurify": "^2.4.0",
3940
"framer-motion": "^10.12.18",

apps/client/src/main.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import "@fontsource/poppins";
1616
import * as Sentry from "@sentry/react";
1717
import { createSyncStoragePersister } from "@tanstack/query-sync-storage-persister";
1818
import { QueryCache, QueryClient } from "@tanstack/react-query";
19+
import { inject } from "@vercel/analytics";
1920

2021
// Redirect to new domain if using old domain
2122
if (window.location.host === "timetabl.vercel.app") {
@@ -129,6 +130,9 @@ const userInterface = new UserInterface(
129130
// EXECUTE
130131
// =======
131132

133+
// Initialise analytics
134+
inject();
135+
132136
// Render root
133137
userInterface.render();
134138

pnpm-lock.yaml

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)