project_id is not actually a required attr

(it was added as such for some reason in the sentry _code_ though not documented API
; see the note in the sentry commit)
This commit is contained in:
Klaas van Schelven
2023-11-12 21:19:44 +01:00
parent 4c08fb81c0
commit 5e995abf6d

View File

@@ -207,9 +207,6 @@
"description": " Platform identifier of this event (defaults to \"other\").\n\n A string representing the platform the SDK is submitting from. This will be used by the\n Sentry interface to customize various components in the interface, but also to enter or\n skip stacktrace processing.\n\n Acceptable values are: `as3`, `c`, `cfml`, `cocoa`, `csharp`, `elixir`, `haskell`, `go`,\n `groovy`, `java`, `javascript`, `native`, `node`, `objc`, `other`, `perl`, `php`, `python`,\n `ruby`",
"type": "string"
},
"project_id": {
"type": "integer"
},
"received": {
"description": " Timestamp when the event has been received by Sentry.",
"default": null,
@@ -387,7 +384,6 @@
"required": [
"event_id",
"platform",
"project_id",
"timestamp"
],
"additionalProperties": false