We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc7987 commit b9f327fCopy full SHA for b9f327f
agent/fw_cakephp.c
@@ -12,6 +12,8 @@
12
#include "util_logging.h"
13
#include "util_memory.h"
14
15
+#define PHP_PACKAGE_NAME "cakephp/cakephp"
16
+
17
nr_framework_classification_t nr_cakephp_special_1(
18
const char* filename TSRMLS_DC) {
19
NR_UNUSED_TSRMLS;
@@ -311,6 +313,8 @@ void nr_cakephp_enable(TSRMLS_D) {
311
313
nr_php_wrap_user_function(
312
314
NR_PSTR("Cake\\Controller\\Controller::invokeAction"),
315
nr_cakephp_name_the_wt_2 TSRMLS_CC);
316
+ nr_txn_suggest_package_supportability_metric(NRPRG(txn), PHP_PACKAGE_NAME,
317
+ PHP_PACKAGE_VERSION_UNKNOWN);
318
#if ZEND_MODULE_API_NO >= ZEND_8_0_X_API_NO \
319
&& !defined OVERWRITE_ZEND_EXECUTE_DATA
320
nr_php_wrap_user_function_before_after_clean(
0 commit comments