File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ if (!extension_loaded('datadog-profiling'))
10
10
ob_start ();
11
11
phpinfo (INFO_MODULES );
12
12
$ info = ob_get_clean ();
13
- if (strpos ($ info , 'Experimental Exception Profiling Enabled ' ) === false )
13
+ if (strpos ($ info , 'Exception Profiling Enabled ' ) === false )
14
14
echo "skip: datadog profiler is compiled without exception profiling support \n" ;
15
15
?>
16
16
--ENV--
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ if (!extension_loaded('datadog-profiling'))
10
10
ob_start ();
11
11
phpinfo (INFO_MODULES );
12
12
$ info = ob_get_clean ();
13
- if (strpos ($ info , 'Experimental Timeline Enabled ' ) === false )
13
+ if (strpos ($ info , 'Timeline Enabled ' ) === false )
14
14
echo "skip: datadog profiler is compiled without timeline support \n" ;
15
15
?>
16
16
--ENV--
You can’t perform that action at this time.
0 commit comments