Skip to content

Commit b019036

Browse files
fix(trace): Re-add transitionStart trace
1 parent 612d2e1 commit b019036

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/transition/transition.ts

+1
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,7 @@ export class Transition implements IHookRegistry {
646646

647647
services.$q.when()
648648
.then(() => chainFor(TransitionHookPhase.BEFORE))
649+
.then(() => trace.traceTransitionStart(this))
649650
// This waits to build the RUN hook chain until after the "BEFORE" hooks complete
650651
// This allows a BEFORE hook to dynamically add RUN hooks via the Transition object.
651652
.then(() => chainFor(TransitionHookPhase.RUN))

0 commit comments

Comments
 (0)