Event Store

Event store is the original event ingest API from OSS Sentry but is used less often Unlike Envelope, it accepts only one Issue event.

post/api/{project_id}/store/

Path parameters

project_idinteger required

Request body

platformstring nullable
event_idstring uuid required
levelstring nullable
loggerstring nullable
transactionstring nullable
server_namestring nullable
releasestring nullable
diststring nullable
environmentstring nullable
modulesobject nullable
extraobject nullable
fingerprintstring[] nullable
contextsobject nullable

Response

OK

event_idstring required
task_idstring nullable

Changes