Skip to content

Commit ed665f9

Browse files
committed
Note that project is required in JSON packet
1 parent e2e7390 commit ed665f9

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docs/developer/client/index.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ which also means its expected to be base64-encoded.
150150
For example, with an included Exception event, a basic JSON body might resemble the following::
151151

152152
{
153+
"project": "project-id",
153154
"event_id": "fc6d8c0c43fc4630ad850ee518f1b9d0",
154155
"culprit": "my.module.function_name",
155156
"timestamp": "2011-05-02T17:41:36",
@@ -166,6 +167,16 @@ For example, with an included Exception event, a basic JSON body might resemble
166167

167168
The following attributes are required for all events:
168169

170+
.. data:: project_
171+
172+
Project identifier given by parsing the DSN.
173+
174+
::
175+
176+
{
177+
"project": "project-id",
178+
}
179+
169180
.. data:: event_id
170181

171182
Hexadecimal string representing a uuid4 value.

0 commit comments

Comments
 (0)