File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ error_collector.enabled = true
165
165
# To stop specific errors from reporting to the UI, set this to
166
166
# a space separated list of the Python exception type names to
167
167
# 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
169
169
170
170
# Browser monitoring is the Real User Monitoring feature of the UI.
171
171
# For those Python web frameworks that are supported, this
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ kombu==5.0.2 ; python_version >= "3.9"
53
53
redis == 2.10.6
54
54
flexpolyline == 0.1.0
55
55
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"
57
57
greenlet == 0.4.15 ; python_version < = "3.6"
58
58
pickle-mixin == 1.0.2
59
59
Flask-Caching == 1.7.2
You can’t perform that action at this time.
0 commit comments