From f3e9cdf0bd87a776246703cc09e2fdc8d7338adf Mon Sep 17 00:00:00 2001 From: Michael Freno Date: Sun, 6 Sep 2026 13:53:49 -0400 Subject: [PATCH] fix sentry + note email delivery --- app.config.ts | 16 +--------------- src/routes/nook/checkout.tsx | 4 ++-- 2 files changed, 3 insertions(+), 17 deletions(-) diff --git a/app.config.ts b/app.config.ts index a38b709..8711d7b 100644 --- a/app.config.ts +++ b/app.config.ts @@ -10,21 +10,7 @@ export default defineConfig({ org: "mikefreno", project: "freno-dev", authToken: process.env.SENTRY_AUTH_TOKEN, - telemetry: false, - sourcemaps: { - assets: [ - { - type: "bundle", - path: "dist/client/assets/", - urlPrefix: "~/assets/" - }, - { - type: "sourcemap", - path: "dist/client/assets/", - urlPrefix: "~/assets/" - } - ] - } + telemetry: false }) ], build: { diff --git a/src/routes/nook/checkout.tsx b/src/routes/nook/checkout.tsx index 3067369..e6d3005 100644 --- a/src/routes/nook/checkout.tsx +++ b/src/routes/nook/checkout.tsx @@ -110,8 +110,8 @@ export default function NookCheckout() { {error() &&

{error()}

}

- Billed once through Stripe. License delivered immediately after - payment. + Billed once through Stripe. License delivered immediately and by + email after payment.