Skip to content

Commit

Permalink
fix(analytics): this removes apis and keys from analytics (#292)
Browse files Browse the repository at this point in the history
This removes all analytics for apis and keys so we can get a true understanding.
  • Loading branch information
perkinsjr authored Sep 28, 2023
1 parent ca235c1 commit 3611c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default function RootLayout({
defer
data-domain={process.env.NEXT_PUBLIC_PLAUSIBLE_DOMAIN || ""}
src="https://plausible.io/js/script.exclusions.js"
data-exclude="/app/api*, /app/api*/*"
data-exclude="/app/apis*, /app/apis*/*, /app/keys*/*, /app/keys*"
/>
</head>
<body>{children}</body>
Expand Down

1 comment on commit 3611c8d

@vercel
Copy link

@vercel vercel bot commented on 3611c8d Sep 28, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

unkey – ./

unkey-git-main-unkey.vercel.app
unkey-unkey.vercel.app
www.unkey.dev
unkey.vercel.app
unkey.dev

Please sign in to comment.