You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I recently upgraded my Python application from Python 3.10 to 3.12, hence I had to upgrade ddtrace from 1.20.19 to 2.16.1.
I noticed that now responses with HTTP 4xx are also considered as errors. I checked the documentation and found DD_TRACE_HTTP_SERVER_ERROR_STATUSES. However, I'm not setting it in my project that it should use the default, which must be status between 500-599.
Hi, I recently upgraded my Python application from Python 3.10 to 3.12, hence I had to upgrade
ddtrace
from1.20.19
to2.16.1
.I noticed that now responses with HTTP 4xx are also considered as errors. I checked the documentation and found
DD_TRACE_HTTP_SERVER_ERROR_STATUSES
. However, I'm not setting it in my project that it should use the default, which must be status between 500-599.Libraries' versions
Running with
The text was updated successfully, but these errors were encountered: