Skip to content

Commit

Permalink
Remove loglib analytics as not used
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreasgdp committed Aug 1, 2024
1 parent c7647f7 commit 9e80eeb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 32 deletions.
1 change: 0 additions & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"@dnd-kit/utilities": "^3.2.2",
"@headlessui/tailwindcss": "^0.2.1",
"@hookform/resolvers": "^3.9.0",
"@loglib/tracker": "^0.8.0",
"@mantine/hooks": "^7.11.2",
"@neondatabase/serverless": "^0.9.4",
"@opentelemetry/api": "1.9.0",
Expand Down
2 changes: 0 additions & 2 deletions apps/web/src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { Analytics } from '@/components/analytics';
import { CSPostHogProvider } from '@/components/posthog-provider';
import Providers from '@/components/providers';
import { SentryFeedbackWidget } from '@/components/sentry-feedback';
Expand Down Expand Up @@ -93,7 +92,6 @@ export default function RootLayout({
<Providers attribute="class" defaultTheme="system" enableSystem>
{children}
<TailwindIndicator />
<Analytics />
<VercelAnalytics />
<SpeedInsights />
<SentryFeedbackWidget />
Expand Down
11 changes: 0 additions & 11 deletions apps/web/src/components/analytics.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions pnpm-lock.yaml

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

1 comment on commit 9e80eeb

@vercel
Copy link

@vercel vercel bot commented on 9e80eeb Aug 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.