We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c70960 commit 90a503fCopy full SHA for 90a503f
develop-docs/application/architecture.mdx
@@ -10,7 +10,7 @@ Edges represent service dependencies.
10
```mermaid
11
graph TD
12
app[Your Application] --> |SDK| lb{{Load Balancer}}
13
- lb --> |"sentry.example.com/api/\d+/store/"| relay
+ lb --> |"sentry.example.com/api/0/envelope/"| relay
14
lb --> |"sentry.example.com"| sentry_web["Sentry (web)"]
15
symbolicator --> sentry_web
16
relay --> kafka
@@ -50,7 +50,7 @@ For more information read [Path of an event through Relay](https://getsentry.git
50
51
52
app[Your application] --> |sends crashes| lb{{nginx}}
53
- lb --> |/api/n/store/| relay
+ lb --> |/api/0/envelope/| relay
54
relay --> kafka[(Ingest Kafka)]
55
kafka --> ingest-consumer["Sentry ingest consumer"]
56
ingest-consumer --> preprocess-event
0 commit comments