Skip to content

Commit 7d009f9

Browse files
hahuja2lavarou
andauthored
chore(agent): modify naming
Co-authored-by: Michal Nowacki <[email protected]>
1 parent d0a6282 commit 7d009f9

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
@@ -154,7 +154,7 @@ NR_PHP_WRAPPER(nr_cakephp_error_handler_wrapper) {
154154
}
155155

156156
if (NULL != request_uri) {
157-
nr_txn_set_path("CakePHP", NRPRG(txn), request_uri, NR_PATH_TYPE_URI,
157+
nr_txn_set_path("CakePHP Exception", NRPRG(txn), request_uri, NR_PATH_TYPE_URI,
158158
NR_OK_TO_OVERWRITE);
159159
} else {
160160
nrl_verbosedebug(NRL_FRAMEWORK, "%s: request uri is NULL", __func__);

0 commit comments

Comments
 (0)