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)

x86_64
Linux

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.

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/

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
Priority: -- → P1
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 126 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: