Skip to content

Commit e78b186

Browse files
committed
test changes
1 parent 820763a commit e78b186

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/trace/listener.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ func (l *Listener) HandlerStarted(ctx context.Context, msg json.RawMessage) cont
113113
return ctx
114114
}
115115

116+
//
117+
116118
// HandlerFinished ends the function execution span and stops the tracer
117119
func (l *Listener) HandlerFinished(ctx context.Context, err error) {
118120
if functionExecutionSpan != nil {

0 commit comments

Comments
 (0)