export const SentryConfig = { dsn: process.env.NEXT_PUBLIC_SENTRY_DSN, tracesSampleRate: 1, debug: false, };