Skip to content

Commit

Permalink
Test env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
rakyi committed Jan 13, 2025
1 parent 781ea63 commit d754f34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions adminSiteClient/instrument.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import * as Sentry from "@sentry/react"

console.log("SENTRY_ADMIN_DSN", process.env.SENTRY_ADMIN_DSN)
console.log("ENV", process.env.ENV)
console.log("COMMIT_SHA", process.env.COMMIT_SHA)
Sentry.init({
dsn: process.env.SENTRY_ADMIN_DSN,
environment: process.env.ENV,
Expand Down

0 comments on commit d754f34

Please sign in to comment.