Open
Bug 1796325
Opened 3 years ago
Updated 1 year ago
Expose JavaScript errors in web extensions happening in production
Categories
(Firefox for Android :: WebExtensions, enhancement, P3)
Tracking
()
NEW
People
(Reporter: gl, Unassigned)
References
Details
From github: https://github.com/mozilla-mobile/android-components/issues/2886.
If an error happens in the JavaScript code of a web extension then this will be logged. This is good enough for development... however it means that this code can fail silently in production and we would never know.
It would be nice if we could surface those errors in Sentry - like errors happening in Kotlin code.
Adding the [needs GeckoView API] label here since that may require some generic error callback.
┆Issue is synchronized with this Jira Task
Change performed by the Move to Bugzilla add-on.
Comment 1•3 years ago
|
||
The severity field is not set for this bug.
:cpeterson, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(cpeterson)
Updated•3 years ago
|
Severity: -- → N/A
Type: defect → task
Updated•3 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•