Skip to content

Add mobile error reporting instrumentation#147

Open
TommoHCIO wants to merge 1 commit into
Zyntarivoid:mainfrom
TommoHCIO:observability-mobile-error-reporting-61
Open

Add mobile error reporting instrumentation#147
TommoHCIO wants to merge 1 commit into
Zyntarivoid:mainfrom
TommoHCIO:observability-mobile-error-reporting-61

Conversation

@TommoHCIO

Copy link
Copy Markdown

Summary

  • add a mobile AppErrorBoundary so render crashes are captured consistently with a user-facing recovery screen
  • add a provider-agnostic error reporting utility that sanitizes sensitive keys, emails, wallet addresses, bearer tokens, long secrets, and stack traces before dispatch
  • document production reporter setup and privacy guardrails for contributors

Validation

  • npm install --legacy-peer-deps --package-lock=false
  • npm test -- --test-name-pattern error
  • npx tsc --noEmit
  • git diff --check

Closes #61

Reward address (Base USDC): 0xe87b4889baeee4ed60a1b2bfc7b3a6a17bce4ad6

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.

Add error reporting and crash instrumentation

1 participant