Switching to tabs over spaces!
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user