Skip to content

Commit

Permalink
Enable Vercel analytics on dashboard (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbarry authored Feb 8, 2024
1 parent 2da222b commit cc24142
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/dry-jobs-warn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"abstraxion-dashboard": patch
---

Enable vercel analytics on dashboard
2 changes: 2 additions & 0 deletions apps/abstraxion-dashboard/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import localFont from "next/font/local";
import { Providers } from "./providers";
import "./globals.css";
import "@burnt-labs/ui/dist/index.css";
import { Analytics } from "@vercel/analytics/react";

const akkuratLL = localFont({
src: [
Expand Down Expand Up @@ -46,6 +47,7 @@ export default function RootLayout({
<Providers>
<div className="ui-flex">{children}</div>
</Providers>
<Analytics />
</body>
</html>
);
Expand Down
1 change: 1 addition & 0 deletions apps/abstraxion-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@stytch/nextjs": "^14.0.0",
"@stytch/vanilla-js": "^3.2.1",
"@tanstack/react-query": "^4.36.1",
"@vercel/analytics": "^1.1.3",
"cosmjs-types": "^0.8.0",
"graz": "^0.0.51",
"jose": "^5.1.3",
Expand Down
25 changes: 19 additions & 6 deletions pnpm-lock.yaml

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

0 comments on commit cc24142

Please sign in to comment.