[P-Reinforce] 2026-04-20: 15-Level React Mastery Curriculum Integrated

This commit is contained in:
2026-04-20 16:35:21 +09:00
parent d4bb35e35f
commit 5297ccb065
16 changed files with 295 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
---
title: 애플리케이션 안정성 및 로깅 (Error Boundary)
category: Software Architecture
tags: [Reliability, Error Boundary, Sentry, Logging, Stability]
created: 2026-04-20
---
# 애플리케이션 안정성 및 로깅
## 🚑 장애 대응
- **Error Boundary**: 국소적 에러가 전체 앱을 무너뜨리지 않도록 보호.
- **Logging (Sentry)**: 클라이언트 사이드 에러의 실시간 모니터링 및 추적.
## 🔗 연결된 지식
- [[System_Debugging_Protocol]]
- [[React_Testing_Strategy]]