You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`npm start` will always explicitly set NODE_ENV=development.
So if it's not set, the app is being run outside of the
active dev context.
This way we'll be able to start filtering exception
reports more easily from stuff we should really pay attention to.
0 commit comments