Closed sdaubin closed 6 months ago
Attention: Patch coverage is 56.25000%
with 7 lines
in your changes are missing coverage. Please review.
Project coverage is 70.66%. Comparing base (
3362da5
) to head (6d834a0
).
Files | Patch % | Lines |
---|---|---|
...com/newrelic/agent/config/SecurityAgentConfig.java | 60.00% | 3 Missing and 3 partials :warning: |
...-agent/src/main/java/com/newrelic/agent/Agent.java | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Overview
When IAST is disabled, this logs the following at
FINE
level:NEW_RELIC
andSECURITY
newrelic.config.
andsecurity
I pulled all of this logging out of the main
Agent
class and intoSecurityAgentConfig
.Related Github Issue
Include a link to the related GitHub issue, if applicable
Testing
The agent includes a suite of tests which should be used to verify your changes don't break existing functionality. These tests will run with Github Actions when a pull request is made. More details on running the tests locally can be found here,
Checks