Skip to content

Commit

Permalink
Upgrade NewRelic to 9.2.0 to disable package reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
jimleroyer committed Nov 15, 2024
1 parent 021185f commit ca0e962
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 19 deletions.
11 changes: 10 additions & 1 deletion newrelic.ini
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,16 @@ error_collector.ignore_errors = app.v2.errors:BadRequestError jsonschema.excepti
# specific environment will be used when the environment argument to the
# newrelic.agent.initialize() function has been defined to be either
# "development", "test", "staging" or "production".
#

# If this setting is enabled, it will capture package and version
# information on startup of the agent that is displayed in the APM
# environment tab.
# In applications that have a large number of packages, having this
# setting enabled may cause a CPU spike as it captures all the package
# and version information. It is recommended in those cases to disable
# this setting.
# Disabling this setting will disable the ability to detect vulnerabilities in outdated packages.
package_reporting.enabled = false

[newrelic:development]
# monitor_mode = false
Expand Down
34 changes: 17 additions & 17 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ PyYAML = "6.0.1"

cachelib = "0.12.0"
SQLAlchemy = "1.4.52"
newrelic = "9.1.2"
newrelic = "9.2.0"
notifications-python-client = "6.4.1"
python-dotenv = "1.0.1"
pwnedpasswords = "2.0.0"
Expand Down

0 comments on commit ca0e962

Please sign in to comment.