We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7098315 commit c55dd62Copy full SHA for c55dd62
1 file changed
webapp/Main.js
@@ -13,7 +13,7 @@ import '@metacell/geppetto-meta-ui/flex-layout/style/dark.scss';
13
global.GEPPETTO_CONFIGURATION = require('./GeppettoConfiguration.json');
14
const { initGeppetto } = require('@metacell/geppetto-meta-client/GEPPETTO');
15
16
-if (process.env == 'production')
+if (process.env.NODE_ENV == 'production')
17
{
18
Sentry.init({
19
dsn: 'https://d8bf7e40eec34cb9891f6dd8207b5e83@sentry.metacell.us/6',
0 commit comments