requires:sentry_dsn,type: String,desc: 'Sentry Data Source Name'
end
optional:clientside_sentry_enabled,type: Boolean,desc: 'Sentry can also be used for reporting and logging clientside exceptions. https://sentry.io/for/javascript/'
givenclientside_sentry_enabled: ->(val){val}do
requires:clientside_sentry_dsn,type: String,desc: 'Clientside Sentry Data Source Name'
end
optional:repository_storage,type: String,desc: 'Storage paths for new projects'
optional:repository_checks_enabled,type: Boolean,desc: "GitLab will periodically run 'git fsck' in all project and wiki repositories to look for silent disk corruption issues."
requires:sentry_dsn,type: String,desc: 'Sentry Data Source Name'
end
optional:clientside_sentry_enabled,type: Boolean,desc: 'Sentry can also be used for reporting and logging clientside exceptions. https://sentry.io/for/javascript/'
givenclientside_sentry_enabled: ->(val){val}do
requires:clientside_sentry_dsn,type: String,desc: 'Clientside Sentry Data Source Name'
end
optional:repository_storage,type: String,desc: 'Storage paths for new projects'
optional:repository_checks_enabled,type: Boolean,desc: "GitLab will periodically run 'git fsck' in all project and wiki repositories to look for silent disk corruption issues."