chore: Improve perf of server tests (#5785)
This commit is contained in:
@@ -65,7 +65,7 @@ export function requestErrorHandler(error: any, ctx: AppContext) {
|
||||
});
|
||||
Sentry.captureException(error);
|
||||
});
|
||||
} else {
|
||||
} else if (env.ENVIRONMENT !== "test") {
|
||||
// eslint-disable-next-line no-console
|
||||
console.error(error);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user