We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc9f19 commit 722887dCopy full SHA for 722887d
server.js
@@ -14,6 +14,7 @@ Sentry.init({
14
// Setting this option to true will send default PII data to Sentry.
15
// For example, automatic IP address collection on events
16
sendDefaultPii: true,
17
+ environment: process.env.VITE_ENVIRONMENT,
18
});
19
20
const isDev = process.argv.includes('--dev');
0 commit comments