Skip to content

Commit f24e038

Browse files
add consts.py
1 parent 09a0d8b commit f24e038

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

sentry_sdk/consts.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -844,6 +844,12 @@ class SPANDATA:
844844
Example: "[{\"role\": \"user\", \"message\": \"hello\"}]"
845845
"""
846846

847+
HTTP_RESPONSE_STATUS_CODE = "http.response.status_code"
848+
"""
849+
The status code of the HTTP response.
850+
Example: 404
851+
"""
852+
847853
HTTP_QUERY = "http.query"
848854
"""
849855
The Query string present in the URL.

0 commit comments

Comments
 (0)