Skip to content

Commit 4dd1938

Browse files
authored
feat(develop): Add Relay development section (#11559)
1 parent a03716d commit 4dd1938

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

develop-docs/development/environment/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ After the server is running we can visit the dev server using `https` at port `:
8383

8484
### Ingestion Pipeline (Relay) aka Sending Events to your Dev Environment
8585

86-
<Link to="/services/relay/">Relay</Link> and the ingest workers are not started by default. Follow the instructions below to start them so you can send events to your dev environment Sentry instance:
86+
<Link to="/relay/">Relay</Link> and the ingest workers are not started by default. Follow the instructions below to start them so you can send events to your dev environment Sentry instance:
8787

8888
- Set `SENTRY_USE_RELAY = True` in `~/.sentry/sentry.conf.py`. This will tell `sentry devservices up` to also start services that Relay needs.
8989
- Run `sentry devservices up` to start the services Relay needs. (like for example Kafka)
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
---
2-
title: Relay
2+
title: Relay Development
3+
sidebar_order: 60
34
---
45

56
Relay is a service for event filtering, rate-limiting and processing. It can act as:
67

78
* the store endpoint for your Sentry installation. See [Relay developer
89
documentation](https://getsentry.github.io/relay/relay/).
9-
1010
* an additional middle layer between your application and Sentry. See [Relay product
1111
documentation](https://docs.sentry.io/product/relay/).
1212

13-
## Contents
14-
15-
* [Naming and versioning patterns in project config](/services/relay/projectconfig-versioning/)
File renamed without changes.

src/components/sidebar/developDocsSidebar.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const devDocsMenuItems: {root: string; title: string; hideChevron?: boolean}[] =
1515
{root: 'frontend', title: 'Frontend'},
1616
{root: 'backend', title: 'Backend'},
1717
{root: 'sdk', title: 'SDK Development'},
18+
{root: 'relay', title: 'Relay Development'},
1819
{root: 'services', title: 'Services'},
1920
{root: 'integrations', title: 'Integrations'},
2021
{root: 'self-hosted', title: 'Self-Hosted Sentry'},

0 commit comments

Comments
 (0)