Production App or Site

Before deploying your project, add yugal.production() in anywhere in your JS code. This will do following.

  • Disable console.log

  • Disable console.warn

  • Disable console.error

  • Disable Yugal Error Reports

  • Add a warning in console This makes sure, that it hides any logs or error from or in code.

Last updated

Was this helpful?