Skip to content

Commit

Permalink
docs: 주석 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
uwoobeat committed Sep 18, 2024
1 parent 84c5d95 commit 9545533
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class SentryConfig {
private final DockerProperty dockerProperty;

private final List<Class<? extends Throwable>> exceptionsToIgnore = List.of(
NoResourceFoundException.class, // 존재하지 않는 엔드포인트로 요청이 들어왔을 때
NoResourceFoundException.class, // 존재하지 않는 정적 리소스 요청
MethodArgumentNotValidException.class // @Valid 검증 실패
);

Expand Down

0 comments on commit 9545533

Please sign in to comment.