We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c5b65 commit 809d914Copy full SHA for 809d914
1 file changed
instrument.server.ts
@@ -8,6 +8,7 @@ Sentry.init({
8
// See https://spotlightjs.com/ for how to install the Spotlight Desktop app for local development
9
spotlight: process.env.NODE_ENV === 'development',
10
environment: process.env.SENTRY_ENVIRONMENT,
11
+ release: process.env.SENTRY_RELEASE,
12
denyUrls: [
13
/\/resources\/healthcheck/,
14
// TODO: be smarter about the public assets...
0 commit comments