코드 리뷰
원문: code-review
Perform code reviews following Sentry engineering practices. Use when reviewing pull requests, examining code changes, or providing feedback on code quality. Covers security, performance, testing, and design review.
무엇을 하나요
Sentry Code Review Follow these guidelines when reviewing code for Sentry projects. Review Checklist Identifying Problems Look for these issues in code changes: Runtime errors : Potential exceptions, null pointer issues, out of bounds access Performance : Unbounded O(n²) operations, N+1 queries, unnecessary allocations Side effects : Unintended behavioral changes affecting other components Backwards compatibility : Breaking API changes without migration path ORM queries : Complex Django ORM with unexpected query performance Security vulnerabilities : Injection, XSS, access control gaps, secrets exposure Design Assessment Do component interactions make logical sense? Does the change align wit…
실행 시 본인 API 키(BYOK)로 동작하며, 모델 비용은 사용자 계정에서 직접 결제됩니다.