We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ee66f5 commit 73f57d1Copy full SHA for 73f57d1
apps/sim/app/(auth)/signup/signup-form.tsx
@@ -358,9 +358,6 @@ function SignupFormContent({
358
router.push('/verify?fromSignup=true')
359
} catch (error) {
360
logger.error('Signup error:', error)
361
- captureEvent(posthog, 'signup_failed', {
362
- error_code: 'unexpected_error',
363
- })
364
setIsLoading(false)
365
}
366
0 commit comments