The weeb for the next gen discord boat - Wamellow wamellow.com
bot discord
at master 230 B view raw
1import * as Sentry from "@sentry/nextjs"; 2 3Sentry.init({ 4 dsn: process.env.NEXT_PUBLIC_SENTRY_DSN, 5 enableLogs: true, 6 sendDefaultPii: false 7}); 8 9export const onRouterTransitionStart = Sentry.captureRouterTransitionStart;