We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a7aa2 commit 5371a4cCopy full SHA for 5371a4c
src/main/java/org/mskcc/cbio/oncokb/OncokbPublicApp.java
@@ -106,6 +106,7 @@ private static void initSentry(Environment env) {
106
options.addIgnoredExceptionForType(CustomMessageRuntimeException.class);
107
options.addIgnoredExceptionForType(BadRequestAlertException.class);
108
options.addIgnoredExceptionForType(ResourceAccessException.class);
109
+ options.addIgnoredExceptionForType(TokenExpiredException.class);
110
});
111
}
112
0 commit comments