fix: Sentry
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user