Leonardo Zizzamia
Leonardo Zizzamia
@gi11es great point! In [Perfume.js](https://github.com/Zizzamia/perfume.js) I added an [onVisibilityChange](https://github.com/Zizzamia/perfume.js/blob/master/src/perfume.ts#L352) to disable [logging](https://github.com/Zizzamia/perfume.js/blob/master/src/perfume.ts#L207) and analytics when the tab becomes hidden because any data during a visibility change become high unreliable.
@bengourley any update on this issue? After several reading it seems the best way to catch SW errors is from inside the SW https://stackoverflow.com/questions/37736322/how-does-global-error-handling-work-in-service-workers Would be possible to have a...
Thank you for the reply! @xander-jones could be possible to have an idea when those features are planned to be worked on? The initial issue was open 23 months ago....
Ciao @bengourley, any update on supporting a lighter version of Bugsnag? With the new Core Web Vitals standards coming out, have a 11-12kB gzipped for a Bug reporting library is...
@mukeshsoni oh nice! I notice that last commit was 5 months ago, and has only a few tests. Would be really useful if you can add some extra tests. I...
@bengourley the library has already the concept of plugins, could we maybe have the option to mix and match the core plugins as we prefer?
@bengourley something like jQuery used to do back in the day, where you can decide the plugin to use and each plugin has a dependencies tree. So every time you...
Ciao @SuperOleg39, thank you for the ping and sorry for the late reply. Something I am been thinking for quite a while if it's time to make Perfume.js a superset...
Yeah, I think Perfume.js is better suited to be a superset of web-vitals going forward. Going to make the change pretty soon. Just need to find a few hours to...
Alright, now Perfume.js is a super set of Web Vitals, starting from [v8.0.0](https://github.com/Zizzamia/perfume.js/releases/tag/v8.0.0). Please, if you see anything that is not working let me know and I will take care...