Skip to content

Commit

Permalink
bugfix: startTransaction should also give the transaction a name
Browse files Browse the repository at this point in the history
  • Loading branch information
hco committed Jul 14, 2023
1 parent dea0d23 commit 295e842
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Profiler/Tideways.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public function startTransaction(string $transactionName = null): void
}

\Tideways\Profiler::start($options);
$this->setTransactionName($transactionName);
}

public function setTransactionName(string $name): void
Expand Down

0 comments on commit 295e842

Please sign in to comment.