Skip to content

Commit 9e68b9a

Browse files
aldy505markstory
andauthored
Update data-flow.mdx
Co-authored-by: Mark Story <[email protected]>
1 parent 6ff84c9 commit 9e68b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop-docs/self-hosted/data-flow.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ graph LR
7979
### Event Ingestion Pipeline
8080

8181
1. Events from the SDK is sent to the `relay` service.
82-
2. Relay parses the incoming envelope, validates whether the DSN and Project ID is valid. It reads project config data from `redis`.
82+
2. Relay parses the incoming envelope, validates whether the DSN and Project ID are valid. It reads project config data from `redis`.
8383
3. Relay build a new payload to be consumed by Sentry ingest consumers, and send it to `kafka`.
8484
4. Sentry `ingest-*` consumers ( with `*` [wildcard] being the event type [errors, transaction, profiles, etc]) consumes the event, cache it in `redis` and start the `preprocess_event` task.
8585
5. The `preprocess_event` task symbolicate stack traces with `symbolicator` service, and process event according to the event type's logic.

0 commit comments

Comments
 (0)