Skip to content

fix: wire error logging into registration system#572

Merged
RUKAYAT-CODER merged 1 commit into
rinafcode:mainfrom
Tobi-8:fix/error-logging-registration-system
May 29, 2026
Merged

fix: wire error logging into registration system#572
RUKAYAT-CODER merged 1 commit into
rinafcode:mainfrom
Tobi-8:fix/error-logging-registration-system

Conversation

@Tobi-8
Copy link
Copy Markdown
Contributor

@Tobi-8 Tobi-8 commented May 29, 2026

  • Replace bare console.error in signup route with structured edgeLog calls at each branch (validation, conflict, success, unhandled error)
  • Add missing POST /api/errors/report route that errorReportingService already calls in production but had no handler
  • Wire errorReportingService into global-error.tsx so the app-level error boundary reports errors the same way error.tsx already does

Closes #556

Description

Brief description of changes

Related Issue

Closes #

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

Checklist

  • Code follows project style guidelines
  • Self-review completed
  • No console errors
  • Uses Lucide icons consistently
  • Responsive design implemented
  • Starknet best practices followed

closes #439

- Replace bare console.error in signup route with structured edgeLog
  calls at each branch (validation, conflict, success, unhandled error)
- Add missing POST /api/errors/report route that errorReportingService
  already calls in production but had no handler
- Wire errorReportingService into global-error.tsx so the app-level
  error boundary reports errors the same way error.tsx already does

Closes rinafcode#556
@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 29, 2026

@Tobi-8 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@RUKAYAT-CODER RUKAYAT-CODER merged commit 3177a3c into rinafcode:main May 29, 2026
3 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

enhancement Error Logging : Registration System

2 participants