oliverdavies.uk/web/modules/contrib/rollbar/config/schema/rollbar.schema.yml

32 lines
868 B
YAML
Raw Normal View History

2021-04-14 14:39:04 +01:00
rollbar.settings:
type: config_object
label: 'Rollbar settings'
mapping:
enabled:
type: boolean
label: 'Whether Rollbar is enabled'
access_token:
type: string
label: 'The rollbar API access token'
capture_uncaught:
type: boolean
label: 'The rollbar captureUncaught option'
capture_unhandled_rejections:
type: boolean
label: 'The rollbar captureUnhandledRejections option'
environment:
type: string
label: 'Environment that will be reported to rollbar'
log_level:
type: sequence
label: 'Log levels that will be reported to rollbar'
channels:
type: string
label: 'Channels to filter'
rollbar_js_url:
type: string
label: 'URL to the rollbar library'
host_white_list:
type: string
label: 'Comma-separated host white list'