Skip to content

Commit 8ed404e

Browse files
authored
Update php-agent-12-0-0-24.mdx
1 parent b8a6d0a commit 8ed404e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/release-notes/agent-release-notes/php-release-notes/php-agent-12-0-0-24.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ subject: PHP agent
33
releaseDate: '2025-07-14'
44
version: 12.0.0.25
55
downloadLink: 'https://download.newrelic.com/php_agent/archive/12.0.0.25'
6-
features: ['Default value for newrelic.code_level_metrics.enabled INI is now false', "Removed code for instrumenting Guzzle 3.x", "Removed code for instrumenting Kohana", "Removed code for instrumenting Silex", "Removed code for instrumenting Symfony 1.x-3.x", "Removed code for instrumenting Zend 1.x-2.x"]
6+
features: ['Observability in IDE: Code-Level metrics is disabled by default.', "Removed code for instrumenting Guzzle 3.x", "Removed code for instrumenting Kohana", "Removed code for instrumenting Silex", "Removed code for instrumenting Symfony 1.x-3.x", "Removed code for instrumenting Zend 1.x-2.x"]
77
bugs: []
88
security: []
99
---
@@ -14,7 +14,7 @@ security: []
1414

1515
#### Default value for `newrelic.code_level_metrics.enabled` INI has changed in this release
1616

17-
As previously communicated, the default Code Level Metrics configuration will change in an this release from enabled to disabled. If you do not use Code Level Metrics, you should see no impact and will not have to take any action. If you do rely on Code Level Metrics, ensure that your newrelic.ini configuration file has the `newrelic.code_level_metrics.enabled` INI setting uncommented and set to true.
17+
As previously communicated, the default Code Level Metrics [Observability in IDE](https://docs.newrelic.com/docs/codestream/observability/code-level-metrics/) configuration will change in an this release from enabled to disabled. If you do not use Code Level Metrics, you should see no impact and will not have to take any action. If you do rely on [Code Level Metrics](https://docs.newrelic.com/docs/apm/agents/php-agent/features/php-code-level-metrics/), ensure that your newrelic.ini configuration file has the `newrelic.code_level_metrics.enabled` INI setting uncommented and set to true.
1818
e.g:
1919
```
2020
newrelic.code_level_metrics.enabled = true

0 commit comments

Comments
 (0)