[G1-Sync] Manual knowledge update

This commit is contained in:
Antigravity Agent
2026-04-30 22:42:02 +09:00
parent 0bd4f19e38
commit c36c0644a1
4888 changed files with 18470 additions and 18602 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
---
title: 애플리케이션 안정성 및 로깅 (Error Boundary)
category: Software Architecture
tags: [Reliability, Error Boundary, Sentry, Logging, Stability]
category: Software [[Architecture]]
tags: [[[Reliability]], Error Boundary, Sentry, Logging, [[Stability]]]
created: 2026-04-20
---
@@ -24,5 +24,5 @@ created: 2026-04-20
- 모든 곳에 에러 바운더리를 칠 필요는 없다. 데이터와 UI가 1:1로 매칭되는 구조라면 차라리 상위에서 에러를 처리하는 것이 논리적으로 명확할 수 있다.
## 🔗 지식 연결 (Graph)
- Related: [[System_Debugging_Protocol]] , [[React_Testing_Strategy]]
- Related: [[System_Debugging_Protocol]] , [[React_[[Testing]]_Strategy]]
- Foundation: [[System_Protocol_Standard]]