Skip to content

Commit

Permalink
Revert "Analytics: Fine-tune Vercel Audiences (#651)"
Browse files Browse the repository at this point in the history
This reverts commit d48a1c1.
  • Loading branch information
EthanThatOneKid committed Oct 31, 2022
1 parent 2bb356c commit 67b21e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/routes/+layout.svelte
Expand Up @@ -13,15 +13,15 @@
$: if (browser && !dev && VERCEL_ANALYTICS_ID) {
inject({
beforeSend(ev) {
beforeSend() {
send({
id: VERCEL_ANALYTICS_ID,
path: $page.url.pathname,
params: $page.params,
navigator,
});
return ev;
return null;
},
});
}
Expand Down
4 changes: 0 additions & 4 deletions static/va/script.js

This file was deleted.

0 comments on commit 67b21e4

Please sign in to comment.