Angular's Service responsible for hooking into Angular Router and tracking current navigation process.
Creates a new transaction for every route change and measures a duration of routing process.
This is used to prevent memory leaks when the root view is created and destroyed multiple times,
since subscribe callbacks capture this and prevent many resources from being GC'd.
Angular's Service responsible for hooking into Angular Router and tracking current navigation process. Creates a new transaction for every route change and measures a duration of routing process.