An interesting issue with global interceptors - it seems that the current API is not code reloading friendly.
Calling reg-global-interceptor
multiple times with the same exact interceptor (which is exactly what happens with code reloading) will add multiple copies of the same interceptor to the global interceptors queue.