Skip to content

Commit

Permalink
feat!: add atatus
Browse files Browse the repository at this point in the history
  • Loading branch information
popovevgen committed Feb 7, 2024
1 parent 5c65b46 commit a5656c1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@sentry/nextjs": "^7.99.0",
"@vercel/analytics": "^1.1.3",
"@vercel/speed-insights": "^1.0.9",
"atatus-spa": "^4.6.0",
"next": "14.0.4",
"react": "^18",
"react-dom": "^18"
Expand Down
3 changes: 3 additions & 0 deletions src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ import '@/styles/globals.css'
import type { AppProps } from 'next/app'
import { Analytics } from '@vercel/analytics/react';
import { SpeedInsights } from '@vercel/speed-insights/next';
import * as atatus from 'atatus-spa';

atatus.config('6bd87624839d43bd9124a7d5a13a0725').install();

export default function App({ Component, pageProps }: AppProps) {
return (
Expand Down

0 comments on commit a5656c1

Please sign in to comment.