diff options
| author | Roger Meier <r.meier@siemens.com> | 2019-04-07 21:21:52 +0200 |
|---|---|---|
| committer | Roger Meier <r.meier@siemens.com> | 2019-04-30 18:10:57 +0200 |
| commit | aebb2f70257882dd530b820f3cfdd67621d2a3fd (patch) | |
| tree | ffc70dec184fbd478ad0898368ec58ad5398ef16 /config/gitlab.yml.example | |
| parent | 2432a540cff461c5d9c0346dd4021229078d674d (diff) | |
| download | gitlab-ce-aebb2f70257882dd530b820f3cfdd67621d2a3fd.tar.gz | |
feat: allow Sentry configuration to be passed on gitlab.yml
Diffstat (limited to 'config/gitlab.yml.example')
| -rw-r--r-- | config/gitlab.yml.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index bdac5b2a6a1..06530194907 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -315,6 +315,13 @@ production: &base # path: shared/registry # issuer: gitlab-issuer + + ## Error Reporting and Logging with Sentry + sentry: + # enabled: false + # dsn: https://<key>@sentry.io/<project> + # environment: 'production' # e.g. development, staging, production + # # 2. GitLab CI settings # ========================== |
