Skip to content

Commit 8c2ad16

Browse files
vuqtran88jifeingo
andauthored
Update CHANGELOG.md (#105)
* Update CHANGELOG.md update change log for expected error. * Update CHANGELOG.md fix formatting * Modified Release notes to link to specific config section, slight rewording * Modified Release notes to link to specific config section, slight rewording * Removed links to docs * more details on changelog * typo Co-authored-by: Jason Feingold <[email protected]>
1 parent 35b5d60 commit 8c2ad16

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/Agent/CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
* **The .NET Agent is now open source!** <br/>
1010
The New Relic .NET agent is now open source! Now you can view the source code to help with troubleshooting, observe the project roadmap, and file issues directly in this repository. We are now using the [Apache 2 license](/LICENSE). See our [Contributing guide](/CONTRIBUTING.md) and [Code of Conduct](/CODE_OF_CONDUCT.md) for details on contributing!
1111

12+
* **Expected Errors Support** <br/>
13+
Certain errors that are expected within the application may be identified so that they will not be counted towards the application's error rate and Apdex Score. Only errors that truly affect the health of the application will be alerted on. Please review the following [documentation](https://docs.newrelic.com/docs/agents/net-agent/configuration/net-agent-configuration#error_collector) for details on how to configure Expected Errors.
14+
15+
* **Ignored Errors Enhancements** <br/>
16+
Certain errors may be identified in configuration so that they will be ignored. These errors will not be counted towards the application's error rate, Apdex score, and will not be reported by the agent. Please review the following [documentation](https://docs.newrelic.com/docs/agents/net-agent/configuration/net-agent-configuration#error_collector) for details on how to configure Ignored Errors.
17+
* New configuration element [`<ignoreMessages>`](https://docs.newrelic.com/docs/agents/net-agent/configuration/net-agent-configuration#error-ignoreErrors)supports filtering based on the error message.
18+
* Please note that the [`<ignoreErrors>`](https://docs.newrelic.com/docs/agents/net-agent/configuration/net-agent-configuration#error-ignoreErrors) configuration element has been deprecated and replaced by [`<ignoreClasses>`](https://docs.newrelic.com/docs/agents/net-agent/configuration/net-agent-configuration#error-ignoreClasses). The .NET Agent continues to support this configuration element, but its support may be removed in the future.
19+
1220
### Fixes
1321
* **Garbage Collection Performance Metrics for Windows** <br/>
1422
Fixes an issue where Garbage Collection Performance Metrics may not be reported for Windows Applications.
1523

1624
* **Maintaining newrelic.config on Linux package upgrades** <br/>
1725
Fixes an issue where `newrelic.config` was being overwritten when upgrading the agent via either `rpm`/`yum` (RedHat/Centos) or `dpkg`/`apt` (Debian/Ubuntu).
18-
19-
### Docs Changes
20-
* [Doc Title](https://urlToDraft)
21-
2226

2327
## [8.30] - 2020-07-15
2428
### Fixes

0 commit comments

Comments
 (0)