Fix config

This commit is contained in:
Jade Ellis
2024-08-27 19:45:53 +01:00
parent 29e9442c2d
commit 7910d2f774
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { sequence } from '@sveltejs/kit/hooks';
import {init as initSentry, handleErrorWithSentry, sentryHandle} from '@sentry/sveltekit';
import type { Handle } from "@sveltejs/kit";
import { randomBytes } from 'crypto';
import { SENTRY_DSN, SENTRY_REPORT_URL } from './lib/config';
import { SENTRY_DSN, SENTRY_REPORT_URL } from '$lib/config';
initSentry({
dsn: SENTRY_DSN,