File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Edges represent service dependencies.
1010``` mermaid
1111graph TD
1212 app[Your Application] --> |SDK| lb{{Load Balancer}}
13- lb --> |"sentry.example.com/api/\d+/store /"| relay
13+ lb --> |"sentry.example.com/api/0/envelope /"| relay
1414 lb --> |"sentry.example.com"| sentry_web["Sentry (web)"]
1515 symbolicator --> sentry_web
1616 relay --> kafka
@@ -50,7 +50,7 @@ For more information read [Path of an event through Relay](https://getsentry.git
5050``` mermaid
5151graph TD
5252 app[Your application] --> |sends crashes| lb{{nginx}}
53- lb --> |/api/n/store /| relay
53+ lb --> |/api/0/envelope /| relay
5454 relay --> kafka[(Ingest Kafka)]
5555 kafka --> ingest-consumer["Sentry ingest consumer"]
5656 ingest-consumer --> preprocess-event
You can’t perform that action at this time.
0 commit comments