Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Fix other link
Browse files Browse the repository at this point in the history
  • Loading branch information
17hogeju committed Nov 8, 2023
1 parent edaeffc commit cd0f1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/issue-platform.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Caveats
### Payload Type
Determines the type of payload sent to the issue platform. If `payload_type` is not present in `produce_occurrence_to_kafka`, the type is assumed to be `OCCURRENCE`.

The <Link to="https://github.com/getsentry/sentry/blob/ccfb37212102945df5f35e8f55fe38891b70036b/src/sentry/issues/producer.py#L23">PayloadType</Link> enum has two types:
The <Link to="https://github.com/getsentry/sentry/blob/2e5a39ff3dd4afbd33f2ff7d2ba161285107afe4/src/sentry/issues/producer.py#L23">PayloadType</Link> enum has two types:
- `OCCURRENCE`: for sending an occurrence
- `STATUS_CHANGE`: for sending a status update

Expand Down

0 comments on commit cd0f1c7

Please sign in to comment.