-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Feature: Automatically log issues on GitHub #16702
Comments
If you send it using |
It fills in the version, yes, but not more information like crash details etc. |
Which details do you have in mind? |
The log file could be uploaded, for example. Log file
App encodes log file in uri
Or, the app could try to "calculate" what happened, to attempt to fill out the steps to reproduce section
|
This would be cool, however there are privacy concerns with automatically uploading files, particularly ones that may contain paths.
I'd like to hear more details about this proposal. |
I'm not sure it would be difficult to redact paths.
The best way to start on this would be by logging the actions the user takes. |
The paths are often required to debug, but at least the user is in control of the file and can choose not to upload it. |
The log file wouldn't be uploaded directly, instead it would be inside a details block the user could edit. Log file
(Log file inserted here)
Surely the app could just do a regex replace of the user profile directory with %userprofile%? |
There's also emails that come from cloud drive names that should be filtered if this is going to be done. |
As I said, the file wouldn't be directly uploaded so the user could still edit it. |
This will cause manually opened issues to have the file uploaded in one way, while those opened via Files would be uploaded in a different way. |
What's wrong with that? |
What feature or improvement do you think would benefit Files?
When you add an ID to a YAML marker in an issue template, e.g.:
You can then generate a URI to auto fill that value.
Try it out at
https://github.com/files-community/Files/issues/new?template=bug_report.yml&files_version=abc123
!The app should be able to launch a URI when an error occurs, or this generated link could appear in the log file.
Requirements
id
attribute to each field of issue template(automatically|prompt to)
open the URL when Files crashesFiles Version
3.8.11.0
Windows Version
10.0.22631.4602
Comments
No response
The text was updated successfully, but these errors were encountered: