You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other than the default self-hosted Sentry installation, sometimes users can leverage their existing infrastructure to help them
4
-
with limited resources. "Patches", or you might call this like a "plugin system", is a bunch of bash scripts that can be used
4
+
with limited resources. "Patches", or you might call this like a "plugin system", is a collection of bash scripts that can be used
5
5
to modify the existing configuration to achieve the desired goal.
6
6
7
-
Beware that this is very experimental and might not work as expected.
8
-
Use it at your own risk.
7
+
> [!WARNING]
8
+
> Beware that this is very experimental and might not work as expected.
9
+
>
10
+
> **Use it at your own risk!**
11
+
12
+
## How to use patches
13
+
14
+
The patches are designed mostly to help modify the existing configuration files. You will need to run the `install.sh` script afterwards.
15
+
They should be run from the root directory. For example, the `external-kafka.sh` patch should be run as:
16
+
```bash
17
+
./patches/external-kafka.sh
18
+
```
19
+
20
+
Some patches might require additional steps to be taken, like providing credentials or additional TLS certificates.
21
+
22
+
## Official support
23
+
24
+
Sentry employees are not obliged to provide dedicated support for patches, but they can help by providing information to move us forward. We encourage the community to contribute for any bug fixes or improvements.
25
+
26
+
See the [support policy for self-hosted Sentry](https://develop.sentry.dev/self-hosted/support/) for more information.
0 commit comments