"Send error report" in DevTools does not include sent data on Bugzilla actually
Categories
(DevTools :: Debugger, defect)
Tracking
(firefox124 fixed)
| Tracking | Status | |
|---|---|---|
| firefox124 | --- | fixed |
People
(Reporter: 5i13ghzt462u, Assigned: jdescottes)
References
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0
Steps to reproduce:
When reporting Bug 1874382 I got a button "Send crash report" (respectively "Fehlermeldung einreichen" in German). That gave me this long URL:
Actual results:
I tried it being logged in in Bugzilla or not, in any case (after login if needed) it redirect me to:
https://bugzilla.mozilla.org/enter_bug.cgi?format=guided#h=dupes|DevTools|Debugger
So all this huge URL essentially does is selecting product and component for me (DevTools|Debugger).
Expected results:
However, if you look into the URL it has much more data in it. It is supposedly thought to insert way more stuff including Stacktrace etc.
I now had to copy that manually (and somehow in BugZilla it includes line breaks between each line, e.g. of the stacktrace, which makes it even more ugly.)
This cannot be how it was/is intended.
Comment 2•2 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'DevTools::Debugger' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
| Assignee | ||
Comment 3•2 years ago
|
||
The link seems to work for us at the moment, but maybe there is a regression/issue with regular (ie non-mozilla employee) bugzilla accounts. Will create one and check.
We should also work on a copy button for that UI so that you can fetch the stacktrace/details easily, already tracked with another bug.
Comment 4•2 years ago
|
||
The bug for the copy button: Bug 1759691 - Introduce Copy button for crash reports
| Assignee | ||
Comment 5•2 years ago
|
||
:ochameau checked, and confirms the issue occurs with a non-employee account. We need to reach out to see if this is an expected behavior, and if yes we need to change the error reporting component to either bypass this issue or provide another way of getting the error details.
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 6•2 years ago
|
||
David, glob, non-employee accounts can't use the long URLs we provide to file bugs easily on Bugzilla. Do you known if this is intended? Is there any way we can workaround that? We want to include the stacktrace for a DevTools error in the bug description and right now we do it via URL parameter, but maybe there's a better way.
If this is not possible we will just change the UX to provide a copy button.
Users without EDITBUGS have a simpler bug entry experience by default - you can see it here: https://bugzilla.mozilla.org/enter_bug.cgi?format=guided
You'll need to add format=__default__ to your query string to force users into the more advanced bug creation form.
| Assignee | ||
Comment 8•2 years ago
|
||
Updated•2 years ago
|
Comment 10•2 years ago
|
||
| bugherder | ||
Description
•