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
Copy file name to clipboardExpand all lines: docs/en/operations/server-configuration-parameters/_server_settings_outside_source.md
+6-13Lines changed: 6 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -992,24 +992,17 @@ Log properties can be omitted by commenting out the property. For example, if yo
992
992
993
993
## send_crash_reports {#send_crash_reports}
994
994
995
-
Settings for opt-in sending of crash reports to the ClickHouse core developers team via [Sentry](https://sentry.io).
995
+
Settings for sending of crash reports to the ClickHouse core developers team.
996
996
997
997
Enabling it, especially in pre-production environments, is highly appreciated.
998
998
999
-
The server will need access to the public internet via IPv4 (at the time of writing IPv6 is not supported by Sentry) for this feature to function properly.
|`enabled`| Boolean flag to enable the feature, `false` by default. Set to `true` to allow sending crash reports. |
1006
-
|`send_logical_errors`|`LOGICAL_ERROR` is like an `assert`, it is a bug in ClickHouse. This boolean flag enables sending this exceptions to sentry (Default: `false`). |
1007
-
|`endpoint`| You can override the Sentry endpoint URL for sending crash reports. It can be either a separate Sentry account or your self-hosted Sentry instance. Use the [Sentry DSN](https://docs.sentry.io/error-reporting/quickstart/?platform=native#configure-the-sdk) syntax. |
1008
-
|`anonymize`| Avoid attaching the server hostname to the crash report. |
1009
-
|`http_proxy`| Configure HTTP proxy for sending crash reports. |
1010
-
|`debug`| Sets the Sentry client into debug mode. |
1011
-
|`tmp_path`| Filesystem path for temporary crash report state. |
1012
-
|`environment`| An arbitrary name of an environment in which the ClickHouse server is running. It will be mentioned in each crash report. The default value is `test` or `prod` depending on the version of ClickHouse.|
|`enabled`| Boolean flag to enable the feature, `true` by default. Set to `false` to avoid sending crash reports. |
1004
+
|`send_logical_errors`|`LOGICAL_ERROR` is like an `assert`, it is a bug in ClickHouse. This boolean flag enables sending this exceptions (Default: `true`). |
1005
+
|`endpoint`| You can override the endpoint URL for sending crash reports. |
0 commit comments