-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
added github bug report button and copy debug information button, Closes #2120 #3461
base: main
Are you sure you want to change the base?
Conversation
I would prefer sending entire I'll let @Aircoookie decide. |
Agreed, cfg.json and pesets.json are needed in many cases to make a problem reproducible. From the data proposed by @WoodyLetsCode, I think that |
I think you're right, it would be better sending entire And should I wait for @Aircoookie 's feedback or should I change it now? |
@blazoncek Since @Aircoookie is not responding, what do you think about just changing it to send the entire But in general, he should like this PR since he added #2120 to the 1.0.0 milestone. |
f56754c
to
d755f8f
Compare
d755f8f
to
b1f7b2d
Compare
Hi!
This adds a Submit bug report button and Copy debug information button to the security settings at the bottom.
![grafik](https://private-user-images.githubusercontent.com/27882680/276558193-83027b5d-4368-466a-851b-da7e222759b8.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyOTEyMTQsIm5iZiI6MTczOTI5MDkxNCwicGF0aCI6Ii8yNzg4MjY4MC8yNzY1NTgxOTMtODMwMjdiNWQtNDM2OC00NjZhLTg1MWItZGE3ZTIyMjc1OWI4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDE2MjE1NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWY2ZGZjYzA3YWFiODI2ZWM2NTA1ZWQyMzY5ZjViNmQ4NDdjMGNkYWVkN2FlMWRjNmYzMWJiZDI1OWZlZjg5NmImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.WRxbZz7B0yankLpLgSYJ9l_M2ebjq6S1qil4oTmn5OE)
When you click on the button, it opens a new issue with the bug report template and the field What version of WLED? is already filled out. In the field Relevant log/trace output you can find debug information like this:
This is also the debug information you get when clicking on the Copy debug information button.
This closes #2120