Skip to content

Commit f358d9d

Browse files
committed
chore(agent): modify argument
1 parent fd5ef92 commit f358d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/fw_cakephp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ NR_PHP_WRAPPER(nr_cakephp_error_handler_wrapper) {
295295
nrl_verbosedebug(NRL_FRAMEWORK, "%s: unable to record exception", __func__);
296296
}
297297

298-
nr_txn_set_path("CakePHP", NRPRG(txn), request_uri, NR_PATH_TYPE_ACTION,
298+
nr_txn_set_path("CakePHP", NRPRG(txn), request_uri, NR_PATH_TYPE_URI,
299299
NR_NOT_OK_TO_OVERWRITE);
300300

301301
end:

0 commit comments

Comments
 (0)