-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
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
Environment variable to manage debug settings #1595
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like the action on connected event at line 346 in src/api/debug/index.ts
should also be changed. It does not need to check the remove cert or set the local cert for the managed environment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job! Thank you.
@codefori/core Any chance I can get some additional testing? Next step to ensure the debugger continues to work as normal. It is working good for me, but extra coverage never hurts. |
👋 A new build is available for this PR based on ff7b966. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good and it works as expected.
Options are hidden when the env var is set to true. Everything works fine here.
Changes
DEBUG_MANAGED
variable, and whentrue
will:DEBUG_CA_PATH
environment variable is setChecklist
console.log
s I added