Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2019-07-18 19:07:22 +0300
committerMathieu Parent <math.parent@gmail.com>2019-08-29 17:29:20 +0300
commit31c8ca6defd36bd08209ecc8c5913631c316ce37 (patch)
tree9d7dce9af8dbd7a7d24f61488e6873f57be80841 /doc/api
parent7f8c6c4ac9cc10966f27981baf22d8471db0f06a (diff)
Settings API: Remove sentry settings
See !28447
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/settings.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/api/settings.md b/doc/api/settings.md
index 63f20925d5e..f6b0770e65c 100644
--- a/doc/api/settings.md
+++ b/doc/api/settings.md
@@ -192,8 +192,6 @@ are listed in the descriptions of the relevant settings.
| `auto_devops_domain` | string | no | Specify a domain to use by default for every project's Auto Review Apps and Auto Deploy stages. |
| `auto_devops_enabled` | boolean | no | Enable Auto DevOps for projects by default. It will automatically build, test, and deploy applications based on a predefined CI/CD configuration. |
| `check_namespace_plan` | boolean | no | **(PREMIUM)** Enabling this will make only licensed EE features available to projects if the project namespace's plan includes the feature or if the project is public. |
-| `clientside_sentry_dsn` | string | required by: `clientside_sentry_enabled` | Clientside Sentry Data Source Name. |
-| `clientside_sentry_enabled` | boolean | no | (**If enabled, requires:** `clientside_sentry_dsn`) Enable Sentry error reporting for the client side. |
| `commit_email_hostname` | string | no | Custom hostname (for private commit emails). |
| `container_registry_token_expire_delay` | integer | no | Container Registry token duration in minutes. |
| `default_artifacts_expire_in` | string | no | Set the default expiration time for each job's artifacts. |