Files
protocol/sites/dev0x-portal/app/routes/sentry-error-loader.tsx
2023-04-05 11:14:18 +02:00

4 lines
84 B
TypeScript

export async function loader() {
throw new Error('Sentry Error from loader');
}