Skip to content

Commit 90a503f

Browse files
authored
Changed /store to /envelope (because /store does not exist anymore (#11755)
1 parent 8c70960 commit 90a503f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

develop-docs/application/architecture.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Edges represent service dependencies.
1010
```mermaid
1111
graph 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
5151
graph 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

0 commit comments

Comments
 (0)