Skip to content

Commit

Permalink
List features in relay docs (#9371)
Browse files Browse the repository at this point in the history
Co-authored-by: Iker Barriocanal <[email protected]>
Co-authored-by: vivianyentran <[email protected]>
  • Loading branch information
3 people authored Mar 11, 2024
1 parent 5c6c627 commit 541d8ad
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/product/relay/projects.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,17 @@ An empty list rejects all origins. Use the default `["*"]` to allow all origins.
}
}
```

`config.features`

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.

```json
{
"config": {
"features": ["organizations:session-replay"]
}
}
```

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 comments on commit 541d8ad

Please sign in to comment.