fix: Sentry

This commit is contained in:
Andras Bacsai
2022-05-06 15:40:07 +02:00
parent fa5f439858
commit 6a6426fe6b
4 changed files with 66 additions and 67 deletions

View File

@@ -114,5 +114,5 @@ export const getSession: GetSession = function ({ locals }) {
};
export async function handleError({ error, event }) {
if (!dev) sentry.captureException(error, event);
// if (!dev) sentry.captureException(error, event);
}