Confirmed users
950
edits
No edit summary |
(→Sentry) |
||
| Line 21: | Line 21: | ||
== Sentry == | == Sentry == | ||
We use [https://sentry.io/ Sentry] as the backend for collecting and aggregating errors. Sentry has a [https://docs.sentry.io/ documentation site] that explains some of their app's features. | We use [https://sentry.io/ Sentry] as the backend for collecting and aggregating errors. Sentry has a [https://docs.sentry.io/ documentation site] that explains some of their app's features. | ||
=== Firefox-specific Search Filters === | |||
Errors in Sentry have several tags with metadata about the error that can be used in search queries: | |||
; <code>isExtensionError</code> | |||
: "True" if the error was thrown from a <code>moz-extension://</code> path, "False" otherwise. | |||
; <code>release</code> | |||
: Contains the AppBuildID of the Nightly build that threw the error | |||
=== UI Improvements Extension === | === UI Improvements Extension === | ||