Skip to content

Commit 809d914

Browse files
committed
Fix
1 parent a8c5b65 commit 809d914

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

instrument.server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Sentry.init({
88
// See https://spotlightjs.com/ for how to install the Spotlight Desktop app for local development
99
spotlight: process.env.NODE_ENV === 'development',
1010
environment: process.env.SENTRY_ENVIRONMENT,
11+
release: process.env.SENTRY_RELEASE,
1112
denyUrls: [
1213
/\/resources\/healthcheck/,
1314
// TODO: be smarter about the public assets...

0 commit comments

Comments
 (0)