Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mplewis committed Nov 20, 2024
1 parent eba3c06 commit e701b58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/lib/sentry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ let environment = 'development'
// HACK: I think this helps the build rewrite find the env var
const SENTRY_DSN = process.env.SENTRY_DSN

console.log({ env: process.env })

if (typeof process === 'undefined' || !SENTRY_DSN) {
console.error(
'Missing SENTRY_DSN environment variable. Did you forget to add it to ' +
Expand Down

0 comments on commit e701b58

Please sign in to comment.