Skip to content
Prev Previous commit
Next Next commit
chore(agent): add verbosedebug
  • Loading branch information
hahuja2 committed Oct 15, 2025
commit d570c32dde05abf14a4cf505fef243de1fc94e7b
1 change: 1 addition & 0 deletions agent/fw_laravel.c
Original file line number Diff line number Diff line change
Expand Up @@ -1204,6 +1204,7 @@ NR_PHP_WRAPPER(nr_laravel_horizon_end_txn) {

nr_php_txn_end(1, 0 TSRMLS_CC);

nrl_verbosedebug(NRL_FRAMEWORK, "Ending Laravel Horizon Transaction testing");
nrl_verbosedebug(NRL_FRAMEWORK, "Ending Laravel Horizon Transaction");
}
NR_PHP_WRAPPER_END
Expand Down