Skip to content

Commit

Permalink
feat(machine): add NoOpTracer for embedding
Browse files Browse the repository at this point in the history
  • Loading branch information
pancsta committed Jul 10, 2024
1 parent 06923a1 commit c9e77fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/machine/misc.go
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ func (t *NoOpTracer) TransitionEnd(transition *Transition) {}
func (t *NoOpTracer) HandlerStart(
transition *Transition, emitter string, handler string) {
}

func (t *NoOpTracer) HandlerEnd(
transition *Transition, emitter string, handler string) {
}
Expand Down

0 comments on commit c9e77fd

Please sign in to comment.