Skip to content

Commit 21cdbf0

Browse files
authored
Merge pull request #3986 from hove-io/newrelic_6_8_0
Upgrade NR: 5.20.1.150 to 6.8.0.163
2 parents c21b469 + 9c12cae commit 21cdbf0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/jormungandr/newrelic.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ error_collector.enabled = true
165165
# To stop specific errors from reporting to the UI, set this to
166166
# a space separated list of the Python exception type names to
167167
# ignore. The exception name should be of the form 'module:class'.
168-
error_collector.ignore_errors =
168+
error_collector.ignore_classes = werkzeug.exceptions:Unauthorized werkzeug.exceptions:TooManyRequests werkzeug.exceptions:BadRequest werkzeug.exceptions:NotFound werkzeug.exceptions:MethodNotAllowed
169169

170170
# Browser monitoring is the Real User Monitoring feature of the UI.
171171
# For those Python web frameworks that are supported, this

source/jormungandr/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ kombu==5.0.2 ; python_version >= "3.9"
5353
redis==2.10.6
5454
flexpolyline==0.1.0
5555
newrelic==2.70.0.51 ; python_version <= "3.6"
56-
newrelic==5.20.1.150 ; python_version >= "3.9"
56+
newrelic==6.8.0.163 ; python_version >= "3.9"
5757
greenlet==0.4.15 ; python_version <= "3.6"
5858
pickle-mixin==1.0.2
5959
Flask-Caching==1.7.2

0 commit comments

Comments
 (0)