Skip to content

Commit

Permalink
Enable package reporting to monitor perf improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
jimleroyer committed Nov 15, 2024
1 parent af6c98f commit 4720d54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions newrelic.ini
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,13 @@ package_reporting.enabled = false
[newrelic:development]
# monitor_mode = false
log_level = debug
package_reporting.enabled = true

[newrelic:staging]
# app_name = Python Application (Staging)
# monitor_mode = true
log_level = debug
package_reporting.enabled = true

[newrelic:production]
# monitor_mode = true
Expand All @@ -217,5 +219,6 @@ log_level = debug
[newrelic:dev]
# monitor_mode = false
log_level = debug
package_reporting.enabled = true

# ---------------------------------------------------------------------------

0 comments on commit 4720d54

Please sign in to comment.