Skip to content

Commit 9aad7f1

Browse files
authored
Update contexts.mdx
1 parent 92eda25 commit 9aad7f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

develop-docs/sdk/data-model/event-payloads/contexts.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -801,13 +801,13 @@ This is mostly set on transactions in a web server environment where one transac
801801

802802
: _Optional_. The cookie values. Can be passed, unparsed, as a string, as a dictionary, or as a list of tuples.
803803

804-
- Example: `["PHPSESSID=12345; csrftoken=1234567"]`
804+
- Example: `{ "PHPSESSID": "12345", "csrftoken": "1234567" }`
805805

806806
`headers`
807807

808808
: _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. Sentry treats header names as case-insensitive.
809809

810-
- Example: `[["Content-Type", "text/plain"]]`
810+
- Example: `{ "Content-Type": "text/plain" }`
811811

812812
`status_code`
813813

0 commit comments

Comments
 (0)