We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9395202 commit ffb1d2dCopy full SHA for ffb1d2d
sentry_sdk/consts.py
@@ -1310,11 +1310,9 @@ def __init__(
1310
not be sent to Sentry.
1311
1312
:param trace_ignore_status_codes: An optional property that disables tracing for
1313
- HTTP requests with certain response codes.
+ HTTP requests with certain status codes.
1314
1315
- The option is a list, where elements are individual response codes, or inclusive
1316
- ranges of response codes. Requests are not traced if any code matches or
1317
- any provided range contains the response code.
+ Requests are not traced if the status code is contained in the provided set.
1318
1319
If `trace_ignore_status_codes` is not provided, requests with any status code
1320
may be traced.
0 commit comments