Switching to tabs over spaces!

This commit is contained in:
2025-06-09 09:55:49 -05:00
parent cc225fae80
commit c2e816591d
71 changed files with 4353 additions and 4157 deletions

View File

@@ -2,9 +2,9 @@ import * as Sentry from '@sentry/nextjs';
import type { Instrumentation } from 'next';
export const register = async () => {
await import('../sentry.server.config');
await import('../sentry.server.config');
};
export const onRequestError: Instrumentation.onRequestError = (...args) => {
Sentry.captureRequestError(...args);
Sentry.captureRequestError(...args);
};