Skip to content

Commit

Permalink
build: update sentry env
Browse files Browse the repository at this point in the history
  • Loading branch information
pjsier committed Jun 30, 2024
1 parent a765b22 commit 06cb848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const app = express()

Sentry.init({
dsn: "https://66094b96912bcb73c3fcfa41b394e9bb@o4506586694025216.ingest.sentry.io/4506565004754944",
environment: process.env.ENVIRONMENT,
environment: process.env.NODE_ENV,
})

app.use(Sentry.Handlers.requestHandler())
Expand Down

0 comments on commit 06cb848

Please sign in to comment.