Skip to content

Commit 541d8ad

Browse files
jjbayeriker-barriocanalvivianyentran
authored
List features in relay docs (#9371)
Co-authored-by: Iker Barriocanal <[email protected]> Co-authored-by: vivianyentran <[email protected]>
1 parent 5c6c627 commit 541d8ad

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/product/relay/projects.mdx

+14
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,17 @@ An empty list rejects all origins. Use the default `["*"]` to allow all origins.
108108
}
109109
}
110110
```
111+
112+
`config.features`
113+
114+
Some Sentry product features are disabled by default in Relay, either because they are still experimental or because they are not available on all plans. In static mode, these features have to be enabled manually if needed.
115+
116+
```json
117+
{
118+
"config": {
119+
"features": ["organizations:session-replay"]
120+
}
121+
}
122+
```
123+
124+
A full list of features you can enable can be found [here](https://getsentry.github.io/relay/relay_dynamic_config/enum.Feature.html#variants).

0 commit comments

Comments
 (0)