Skip to content

Commit b4d9a61

Browse files
Remove managed warning
1 parent 7bef58c commit b4d9a61

File tree

4 files changed

+0
-24
lines changed

4 files changed

+0
-24
lines changed

docs/product/relay/getting-started.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,6 @@ _"create custom config"_ and customizing these parameters:
5555

5656
- The `mode` setting, which configures the major mode in which Relay operates. For more information on available Relay modes, refer to [Relay Modes](../modes/).
5757

58-
<Alert level="warning">
59-
60-
Currently, only `proxy` and `static` mode are available to all organizations. Relay in `managed` mode is available only on the [Business and Enterprise plans](https://sentry.io/pricing/).
61-
62-
</Alert>
63-
6458
- The `upstream` setting configures the server to which Relay will forward the
6559
events (by default the main `sentry.io` URL).
6660

docs/product/relay/index.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ Relay is specifically designed to:
1212
- Improve event response time in regions with low bandwidth or limited connectivity
1313
- Act as an opaque proxy for organizations that restrict all HTTP communication to a custom domain name
1414

15-
<Alert>
16-
17-
Relay in `managed` mode is available only on the [Business and Enterprise plans](https://sentry.io/pricing/).
18-
19-
</Alert>
20-
2115
## Use Cases for Relay
2216

2317
Relay is designed to support organizations that have specific enterprise security requirements for data scrubbing of personally identifiable information (PII), response time, and enterprise domain management.

docs/product/relay/modes/index.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ Relay can operate in one of several major modes, and it is critical to understan
88

99
The mode is stored in the configuration file, which contains the `relay.mode` field. This field specifies the mode in which Relay will run: `managed`, `static`, or `proxy`. The Relay mode controls the way Relay obtains project settings for events.
1010

11-
<Alert>
12-
13-
Relay in `managed` mode is available only on the [Business and Enterprise plans](https://sentry.io/pricing/).
14-
15-
</Alert>
16-
1711
In Sentry, event processing is configured according to both project and organization settings. Some settings, such as privacy controls, are set at the organization level, then inherited by all projects in that organization; other settings are specified per project. For Relay, events are processed according to the inherited project settings to which the event is sent.
1812

1913
Configuration for Relay is refreshed in regular intervals by polling Sentry. Sentry does not need line-of-sight to your Relays. See [Configuration Options](/product/relay/options/) regarding configuration of intervals, timeouts, and retries.

docs/product/relay/projects.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ sidebar_order: 4
66

77
When running Relay in either `static` or `proxy` mode, you can configure project settings on the file system. Static project configurations are found under the `projects` subdirectory of the Relay configuration directory, By default, this is located at `.relay/projects`.
88

9-
<Alert>
10-
11-
Relay in `managed` mode is available only on the [Business and Enterprise plans](https://sentry.io/pricing/).
12-
13-
</Alert>
14-
159
To configure projects, add files named `<PROJECT_ID>.json` in that location:
1610

1711
```

0 commit comments

Comments
 (0)