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
: _Optional_. A dictionary of submitted headers. If a header appears multiple times it, needs to be merged according to the HTTP standard for header merging. Header names are treated case-insensitively by Sentry.
809
+
810
+
- Example: `[["Content-Type", "text/plain"]]`
811
+
802
812
`status_code`
803
813
804
814
: **Required.** The integer status code from the HTTP response associated with the event.
805
815
806
816
- Example: `200`
807
817
818
+
`body_size`
819
+
820
+
: _Optional_. HTTP response body size in bytes.
821
+
822
+
- Example: `1000`
823
+
824
+
`data`
825
+
826
+
: _Optional_. Response data in any format that makes sense. SDKs should discard large and binary bodies by default. Can be given as a string or structural data of any format.
0 commit comments