Exclude stack trace from being included in the new GitHub issues request #9523
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
DYN-1491
This PR removes the stack trace data that got appended to the GitHub new issues url. This was recently introduced in #9393 and has not yet been shipped (only lives in Master not 2.1). There are several issues with making an authenticated request in a browser window in which we are not prepared to handle. More details can be found in #9519 and earlier linked PRs.
It has always been the case that users who do not have a GitHub account cannot report issues. We still gain several improvements with #9393 but automatically copying the stack trace needs to be removed until the team has the bandwidth to implement a more robust solution.
As previously discussed a future solution could be to use a GitHub app. The app could handle/post all crash reports tagging the user by their GitHub id but would be optional allowing all users to report issues. Many in the AEC industry don't use or know much about GitHub.
Declarations
Check these if you believe they are true
*.resx
filesReviewers
@QilongTang @mjkkirschner
FYIs
@radumg