Comments
Sentry integrations that have subscribed to comment webhooks can receive information about a comment being created and changing state.
'Sentry-Hook-Resource': 'comment'
- type: string
- description: can be
created
,updated
, ordeleted
- type: string
- description: the content of the issue's comment
- type: string
- description: the slug of the project the comment's issue belongs to
- type: int
- description: the id of the comment
- type: int
- description: the id of the issue
- type: datetime
- description: when the comment was created, updated, or deleted
Copied
{
"action": "created",
"data": {
"comment": "adding a comment",
"project_slug": "sentry",
"comment_id": 1234,
"issue_id": 100,
"timestamp": "2022-03-02T21:51:44.118160Z"
},
"installation": { "uuid": "eac5a0ae-60ec-418f-9318-46dc5e7e52ec" },
"actor": { "type": "user", "id": 1, "name": "colleen" }
}
Help improve this content
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").