Jul 6th Improved Import management and updates to Mock Environment.
Amazing job team, we are making progress. Let's overview the exciting changes we've made! 😊
Improved Import Management in
src/App.js
We've made alterations to the imports for critical items likeappConfig
,./locales
,isEmpty
,load
,boot
,update
,mockServer
, andSentry
. These tweaks will permit our code to work more smoothly! 🛠Rationalization of the Sentry Initialization Condition Prior, we only initiated
Sentry
whenenvironment !== "development"
. We've now made that smarter and hence, improved our error tracking capabilities. A step towards robustness! 💪Update to Mock Environment Check Earlier, we were checking for two conditions- if the
environment !== "production"
and ifappConfig.enableMock
was turned on. Simplifying, we now just verify whetherenvironment !== "production"
. This makes our mock data usage more uncomplicated and efficient. Keep up the Good Work! 🥳👍
Every PR is a step forward. Let's keep it up! 🌟
Last updated
Was this helpful?