diff --git a/develop-docs/application/architecture.mdx b/develop-docs/application/architecture.mdx index 995d2c95e5ae5f..d0f8f0fd40a22f 100644 --- a/develop-docs/application/architecture.mdx +++ b/develop-docs/application/architecture.mdx @@ -10,7 +10,7 @@ Edges represent service dependencies. ```mermaid graph TD app[Your Application] --> |SDK| lb{{Load Balancer}} - lb --> |"sentry.example.com/api/\d+/store/"| relay + lb --> |"sentry.example.com/api/0/envelope/"| relay lb --> |"sentry.example.com"| sentry_web["Sentry (web)"] symbolicator --> sentry_web relay --> kafka @@ -50,7 +50,7 @@ For more information read [Path of an event through Relay](https://getsentry.git ```mermaid graph TD app[Your application] --> |sends crashes| lb{{nginx}} - lb --> |/api/n/store/| relay + lb --> |/api/0/envelope/| relay relay --> kafka[(Ingest Kafka)] kafka --> ingest-consumer["Sentry ingest consumer"] ingest-consumer --> preprocess-event