Johan Dufour
Johan Dufour
@felix-lambert Sentry is supposed to give you some context (at least code context), if it doesn't there might be config issue. But if I remember correctly, might be linked to...
One thing you may have overlooked is version number: `3.25.0` You might want to check which commit is that and see what was added back then... yeah that's almost archaeology.
I think gave up a while back already... Nonetheless, the possible outcome I see right is to ignore this error from Sentry. Could you make of this before moving on...
If you encounter (or if feel there will be too many) issues, consider moving to Github Action. > This branch could help to start: https://github.com/dis-moi/extension/tree/github-actions > But just don't go...
> But what about our periodic refreshs @JalilArfaoui could you point me to the problematic lines?
Alright, nice catch, I'll look into it...
Well, let's forget about that for the time being, it's not that trival, and it need a new `alarms` permission. Notes: `export const delay = (ms) => new Promise(res =>...
I think this would bring a significant performance boost (memory footprint) and might be easier on the cpu as well so I'd like to put this light. I'll might add...
After some more investigation, switching to alarm might not be useful as in manifest v3 the background persistence thing seems to be deprecated... there might still be performant boost to...