We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09a0d8b commit f24e038Copy full SHA for f24e038
1 file changed
sentry_sdk/consts.py
@@ -844,6 +844,12 @@ class SPANDATA:
844
Example: "[{\"role\": \"user\", \"message\": \"hello\"}]"
845
"""
846
847
+ HTTP_RESPONSE_STATUS_CODE = "http.response.status_code"
848
+ """
849
+ The status code of the HTTP response.
850
+ Example: 404
851
852
+
853
HTTP_QUERY = "http.query"
854
855
The Query string present in the URL.
0 commit comments