nuxt-community / universal-storage-module

Universal Storage Utilities for Nuxt 2
MIT License
276 stars 15 forks source link

feat: add ignore exceptions #5

Closed SasanFarrokh closed 5 years ago

SasanFarrokh commented 5 years ago

Hi,

We had an error on our website.

Error: QuotaExceededError: The quota has been exceeded.

farzadso commented 5 years ago

@pi0 I reviewed the changes. We found the error logged in sentry with quite a high frequency mostly on iOS/Safari devices. Would you please review the changes?

pi0 commented 5 years ago

This is a good feature but not a resolution to IOS/Safari bug. Can you please share stack trace of error in an Issue?

farzadso commented 5 years ago

I checked the error on Sentry. It has no stack trace. It only gives a single error :

screen shot 2019-02-13 at 4 45 31 pm I think we to provide a fallback option for localStorage in such cases. sessionStorage for instance?