We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When uncaught exception is thrown in CLI, a statistic is sent for it. We should have an easy way to disable/enable this reporting. The usage is:
$ tns error-reporting
$ tns error-reporting status
$ tns error-reporting enable
$ tns error-reporting disable
The text was updated successfully, but these errors were encountered:
rosen-vladimirov
No branches or pull requests
When uncaught exception is thrown in CLI, a statistic is sent for it. We should have an easy way to disable/enable this reporting. The usage is:
$ tns error-reporting
- gives you information for the current status of error-reporting.$ tns error-reporting status
- gives you information for the current status of error-reporting.$ tns error-reporting enable
- enables error-reporting.$ tns error-reporting disable
- disables error-reporting.The text was updated successfully, but these errors were encountered: