Skip to content

Commit 73f57d1

Browse files
author
Theodore Li
committed
Remove false signup failed events
1 parent 0ee66f5 commit 73f57d1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

apps/sim/app/(auth)/signup/signup-form.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,9 +358,6 @@ function SignupFormContent({
358358
router.push('/verify?fromSignup=true')
359359
} catch (error) {
360360
logger.error('Signup error:', error)
361-
captureEvent(posthog, 'signup_failed', {
362-
error_code: 'unexpected_error',
363-
})
364361
setIsLoading(false)
365362
}
366363
}

0 commit comments

Comments
 (0)