Skip to content

Commit

Permalink
fix: instrumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mathnogueira committed Sep 5, 2023
1 parent f96c25a commit 51346e3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server/executor/trigger_executer_worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ func (r triggerExecuterWorker) handleError(run test.Run, err error) {
}

func (r triggerExecuterWorker) ProcessItem(ctx context.Context, job Job) {
ctx, pollingSpan := r.tracer.Start(ctx, "Trigger test")
defer pollingSpan.End()

err := r.eventEmitter.Emit(ctx, events.TriggerExecutionStart(job.Run.TestID, job.Run.ID))
if err != nil {
r.handleError(job.Run, err)
Expand Down

0 comments on commit 51346e3

Please sign in to comment.