File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11---
2- title : Relay
2+ title : Relay Development
3+ sidebar_order : 60
34---
45
56Relay 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.
Original file line number Diff line number Diff 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' } ,
You can’t perform that action at this time.
0 commit comments