diff --git a/apps/web/src/utils/analytics.ts b/apps/web/src/utils/analytics.ts index e9e1a404d..31819a950 100644 --- a/apps/web/src/utils/analytics.ts +++ b/apps/web/src/utils/analytics.ts @@ -75,11 +75,6 @@ export const ANALYTICS_EVENTS = { name: "/account/created", description: "Sent when you create an account.", type: "view" - }, - signupSkipped: { - name: "/signup/skipped", - description: `Sent when you press "Jump to app" button on signup screen.`, - type: "view" } } as const; diff --git a/apps/web/src/views/auth.tsx b/apps/web/src/views/auth.tsx index cf39893c2..cfcebac6a 100644 --- a/apps/web/src/views/auth.tsx +++ b/apps/web/src/views/auth.tsx @@ -888,7 +888,6 @@ export function AuthForm(props: AuthFormProps) { } }} onClick={() => { - if (type === "signup") trackEvent(ANALYTICS_EVENTS.signupSkipped); openURL("/notes/"); }} >