Skip to content

Commit

Permalink
Ignore TokenExpiredException (#1209)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinlu3 authored Mar 3, 2025
1 parent b7a7aa2 commit 5371a4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/mskcc/cbio/oncokb/OncokbPublicApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ private static void initSentry(Environment env) {
options.addIgnoredExceptionForType(CustomMessageRuntimeException.class);
options.addIgnoredExceptionForType(BadRequestAlertException.class);
options.addIgnoredExceptionForType(ResourceAccessException.class);
options.addIgnoredExceptionForType(TokenExpiredException.class);
});
}
}
Expand Down

0 comments on commit 5371a4c

Please sign in to comment.