Storybooks for commit 4eedb67979a4886c58ea3d18c856218cf6727e8e

Date
2025-12-17T17:24:22.082Z
Summary
fix(sync): Only send fxaStatus if UA is likely Fx, update unsupported context list
Description
commit 4eedb67979a4886c58ea3d18c856218cf6727e8e
Author: Lauren Zugai 
Date:   Tue Dec 16 18:52:00 2025 -0600

    fix(sync): Only send fxaStatus if UA is likely Fx, update unsupported context list
    
    Because:
    * We have some Sentry events showing users not using Firefox but with valid Sync query params. We should not send fxaStatus in this case. Other events show some users on fx_ios_v1 context, which is unsupported
    
    This commit:
    * Moves the existing isProbablyFirefox check into a helper to reference also in the useFxaStatus hook
    * Adds fx_ios_v1 to unsupported contexts
    
    closes FXA-12760