Closed
Bug 1885650
Opened 1 year ago
Closed 1 year ago
Prevent android-components breadcrumbs from being filtered
Categories
(Application Services :: Fxa Client, defect, P1)
Tracking
(firefox126 fixed)
RESOLVED
FIXED
126 Branch
| Tracking | Status | |
|---|---|---|
| firefox126 | --- | fixed |
People
(Reporter: bdk, Assigned: bdk)
Details
Attachments
(2 files)
We're running into that same old sentry issue where half of the breadcrumbs are filtered because they contain "Auth". Let's do the same thing we did in app-services and use "Ath" instead.
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
Our org-wide Sentry settings use the default data scrubbing settings,
which filter out any breadcrumb with the string "auth" in it (case
insensitive). This is filtering out most FxA state machine breadrcumbs
since there's a lot of events/states with that string.
To work around this use the string "Ath", which is easy enough to
translate and bypasses the default scrubbing.
More info: https://docs.sentry.io/product/data-management-settings/scrubbing/server-side-scrubbing/
Updated•1 year ago
|
Assignee: nobody → bdeankawamura
Status: NEW → ASSIGNED
Pushed by bdeankawamura@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1c3207a63b6a
work around FxA breadcrumbs scrubbing. r=lina,android-reviewers,amejiamarmol
Updated•1 year ago
|
Priority: -- → P1
Comment 4•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox126:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 126 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•