GoogleChromeLabs / web-vitals-report

Measure and report on your Web Vitals data in Google Analytics
https://web-vitals-report.web.app
Apache License 2.0
504 stars 48 forks source link

Add fallbacks for IndexedDB errors #16

Closed philipwalton closed 2 years ago

philipwalton commented 2 years ago

Fixes #15.

This PR adds logic to fallback to API requests whenever there's an error reading form the IndexedDB database. It also clears the database, which should help remove any corrupted data as well as handle cases where the store is getting too big (e.g. quota errors).