We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 612d2e1 commit b019036Copy full SHA for b019036
src/transition/transition.ts
@@ -646,6 +646,7 @@ export class Transition implements IHookRegistry {
646
647
services.$q.when()
648
.then(() => chainFor(TransitionHookPhase.BEFORE))
649
+ .then(() => trace.traceTransitionStart(this))
650
// This waits to build the RUN hook chain until after the "BEFORE" hooks complete
651
// This allows a BEFORE hook to dynamically add RUN hooks via the Transition object.
652
.then(() => chainFor(TransitionHookPhase.RUN))
0 commit comments