File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -115,17 +115,18 @@ static zend_observer_fcall_handlers nr_php_fcall_register_handlers(
115
115
}
116
116
}
117
117
handlers .begin = wraprec -> special_instrumentation_before ?
118
- (zend_observer_fcall_begin_handler )wraprec -> special_instrumentation_before :
118
+ (zend_observer_fcall_begin_handler ) wraprec -> special_instrumentation_before :
119
119
wraprec -> is_transient ?
120
120
nr_php_observer_fcall_begin :
121
121
nr_php_observer_fcall_begin_instrumented ;
122
122
handlers .end = wraprec -> special_instrumentation ?
123
- (zend_observer_fcall_end_handler )wraprec -> special_instrumentation :
123
+ (zend_observer_fcall_end_handler ) wraprec -> special_instrumentation :
124
124
wraprec -> is_exception_handler ?
125
125
nr_php_observer_fcall_end_exception_handler :
126
126
wraprec -> create_metric ?
127
127
nr_php_observer_fcall_end_create_metric :
128
128
nr_php_observer_fcall_end ;
129
+ nr_txn_force_single_count (NRPRG (txn ), wraprec -> supportability_metric );
129
130
return handlers ;
130
131
}
131
132
You can’t perform that action at this time.
0 commit comments