Skip to content

Commit dee2d2b

Browse files
ZNeumannlavarou
authored andcommitted
TEMP remove metric
1 parent 29d6b35 commit dee2d2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

agent/php_execute.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2033,6 +2033,7 @@ void nr_php_observer_fcall_begin_late(zend_execute_data* execute_data, nrtime_t
20332033
return;
20342034
}
20352035

2036+
if (false) {
20362037
if (NR_OP_ARRAY->scope) {
20372038
nr_txn_force_single_count(NRPRG(txn), nr_txn_create_fn_supportability_metric(
20382039
nr_php_op_array_function_name(NR_OP_ARRAY),
@@ -2042,6 +2043,7 @@ void nr_php_observer_fcall_begin_late(zend_execute_data* execute_data, nrtime_t
20422043
nr_php_op_array_function_name(NR_OP_ARRAY),
20432044
NULL));
20442045
}
2046+
}
20452047
/*
20462048
* Check for, and handle, frameworks.
20472049
*/

0 commit comments

Comments
 (0)