mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-09 04:22:13 +00:00
fix: sentry dsn using const
This commit is contained in:
@@ -2,10 +2,10 @@ import * as Sentry from '@sentry/sveltekit';
|
||||
import type { Handle } from '@sveltejs/kit';
|
||||
import redirects from './redirects.json';
|
||||
import { sequence } from '@sveltejs/kit/hooks';
|
||||
import { BANNER_KEY } from '$lib/constants';
|
||||
import { BANNER_KEY, SENTRY_DSN } from '$lib/constants';
|
||||
|
||||
Sentry.init({
|
||||
dsn: "https://27d41dc8bb67b596f137924ab8599e59@o1063647.ingest.us.sentry.io/4507497727000576",
|
||||
dsn: SENTRY_DSN,
|
||||
tracesSampleRate: 1
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user