You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For modules that use the logger and are shared by both the SW and FE, we use dep injection to make sure they use a different logger (so as to make it easier to discern where the logs are coming from)
The text was updated successfully, but these errors were encountered:
Background
When debugging, it's really useful to be able to tell whether the logs are coming from the service worker or the frontend.
This is a little tricky given that some of the modules in this repo are shared by both the frontend and the service worker.
Possible approach
The text was updated successfully, but these errors were encountered: