Storybooks for commit f7f12b9999bba30e360b40ca37200fc644774f31

Date
2025-10-09T19:04:17.547Z
Summary
chore(cms): Enhance cms error handling when fetching from Strapi
Description
commit f7f12b9999bba30e360b40ca37200fc644774f31
Author: Nicholas Shirley 
Date:   Thu Oct 9 14:01:11 2025 -0400

    chore(cms): Enhance cms error handling when fetching from Strapi
    
    Because:
     - We see a series of errors in Sentry about failures to fetch content
       for various client and entrypoints
    
    This Commit:
     - Sends messages to Sentry with a bit more context and makes sure both
       messages are unique to pinpoints failures
     - Updates tests for these changes
    
    Closes: #FXA-12487