-
Notifications
You must be signed in to change notification settings - Fork 48
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
enh: Ask user: Capture error in Sentry when app crashes #184
enh: Ask user: Capture error in Sentry when app crashes #184
Conversation
oto-ciulis-tt
commented
Nov 5, 2024
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.
Can we change the text to "Automatically send crash reports"?
Also, the first time the app starts up the comfy.settings.json
file may not exist and this choice will be removed. We should apply this change after the launchPythonServer
has returned.
Also, we don't want to overwrite the entire file since it may be edited elsewhere (by the ComfyUI python server). We should just only change the single field.
Closes #167 |