-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(self-hosted): Add experimental page (#11473)
* add experimental page
- Loading branch information
1 parent
10db65d
commit 5c9cf4a
Showing
6 changed files
with
52 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
title: Errors Only Self-hosted | ||
sidebar_title: Errors Only | ||
sidebar_order: 100 | ||
--- | ||
|
||
<Alert level="warning"> | ||
This is an experimental feature. This means that features and workflows are not completely tested, so use at your own risk! | ||
</Alert> | ||
|
||
Starting from 24.8.0+, users will have the ability to choose between two distinct types of self-hosted Sentry deployments. | ||
|
||
**Errors Only** | ||
|
||
Errors Only self-hosted offers a small subset of features with an emphasis on minimizing system resources. This lightweight option includes only the following features: | ||
1. Issues | ||
2. Alerts | ||
3. Integrations | ||
4. Dashboards | ||
5. Releases | ||
6. Discover | ||
|
||
In order to enable errors only self-hosted, you'll need to update your [.env file](https://github.com/getsentry/self-hosted/blob/master/.env) to include `COMPOSE_PROFILES=errors-only`. | ||
|
||
**Feature Complete** | ||
|
||
This is our default version of self-hosted Sentry. It includes most of the features that are available on our SaaS product. This includes everything offered in the Errors Only version, plus the following: | ||
1. [Traces](https://docs.sentry.io/product/explore/traces/) | ||
2. [Profiles](https://docs.sentry.io/product/explore/profiling/) | ||
3. [Replays](https://docs.sentry.io/product/explore/session-replay/) | ||
4. [Insights](https://docs.sentry.io/product/insights/) (Requests, Queries, Assets, etc) | ||
5. [User Feedback](https://docs.sentry.io/product/user-feedback/) | ||
6. [Performance](https://docs.sentry.io/product/performance/) | ||
7. [Crons](https://docs.sentry.io/product/crons/) | ||
8. [Metrics](https://docs.sentry.io/product/explore/metrics/) | ||
|
||
This version of Sentry is enabled by default upon installation. Ensure that your [.env file](https://github.com/getsentry/self-hosted/blob/master/.env) includes `COMPOSE_PROFILES=feature-complete`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: Experimental Configurations | ||
--- | ||
|
||
These pages here are purely experimental and are not officially supported workflows. Much of this is contributed by our wonderful developer community. We hope it is useful for those customizing self-hosted Sentry to your specific needs, but are unable to offer official support or triage for issues arising from these workflows. **Use at your own risk!** | ||
|
||
<PageGrid /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters