Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

docs: Add note to restart snuba after enabling relay #1058

Merged
merged 2 commits into from
Oct 23, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/docs/environment/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,13 @@ SENTRY_FEATURES['organizations:metrics-extraction'] = True # Enables session me
SENTRY_FEATURES['organizations:transaction-metrics-extraction'] = True # Enables transaction metrics
```

After enabling relay the `snuba` service has to be reset to pickup the new configuration:
Dav1dde marked this conversation as resolved.
Show resolved Hide resolved

```shell
sentry devservices rm snuba
sentry devservices up snuba
```

## Setting up Getsentry

<Alert title="Employees Only" level="warning">
Expand Down
Loading