Skip to content
Prev Previous commit
Next Next commit
testing
  • Loading branch information
hahuja2 committed Oct 15, 2025
commit 6ad94176db9f83f5e1fb20e36b3689eb3ec365ff
4 changes: 4 additions & 0 deletions agent/fw_laravel.c
Original file line number Diff line number Diff line change
Expand Up @@ -1259,6 +1259,10 @@ void nr_laravel_enable(TSRMLS_D) {
nr_php_wrap_user_function_before_after_clean(
NR_PSTR("Laravel\\Horizon\\Console\\SupervisorCommand::handle"),
nr_laravel_horizon_end_txn, NULL, NULL);

nr_php_wrap_user_function_before_after_clean(
NR_PSTR("Illuminate\\Queue\\Worker::daemonShouldRun"),
nr_laravel_horizon_end_txn, NULL, NULL);
#else
nr_php_wrap_user_function(NR_PSTR("Symfony\\Component\\Console\\Application::doRun"),
nr_laravel_console_application_dorun TSRMLS_CC);
Expand Down