-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added sentry logging to local revisions service for localStorage erro…
…rs (#21078) no issue - Added Sentry logs to capture how often we are running into `QuotaExceededErrors` when saving local revisions to localStorage, to help in deciding if localStorage is sufficient, or if we need to expand to e.g. IndexedDB. - Also adds some handling to ignore errors when calling `localStorage.setItem()` elsewhere in the admin app to avoid crashing if localStorage isn't supported or the quota is exceeded.
- Loading branch information
Showing
4 changed files
with
179 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.