Skip to content

Commit cd9a31c

Browse files
committed
Revert "Note that project is required in JSON packet"
This reverts commit ed665f9.
1 parent ed665f9 commit cd9a31c

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

docs/developer/client/index.rst

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ 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",
154153
"event_id": "fc6d8c0c43fc4630ad850ee518f1b9d0",
155154
"culprit": "my.module.function_name",
156155
"timestamp": "2011-05-02T17:41:36",
@@ -167,16 +166,6 @@ For example, with an included Exception event, a basic JSON body might resemble
167166

168167
The following attributes are required for all events:
169168

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

182171
Hexadecimal string representing a uuid4 value.

0 commit comments

Comments
 (0)