diff --git a/conf/cmi/raven.settings.yml b/conf/cmi/raven.settings.yml index 51a8298a..98aab59c 100644 --- a/conf/cmi/raven.settings.yml +++ b/conf/cmi/raven.settings.yml @@ -1,29 +1,30 @@ _core: default_config_hash: 9rw2YgXiK9d42SeeSO8sPyCoxiG6rIlj64rJ8ocdEYU -client_key: '' +client_key: null environment: '' release: '' log_levels: - 1: 1 - 2: 2 - 3: 3 - 4: 4 - 5: 0 - 6: 0 - 7: 0 - 8: 0 + emergency: true + alert: true + critical: true + error: true + warning: false + notice: false + info: false + debug: false stack: true timeout: 2.0 message_limit: 2048 trace: false -fatal_error_handler: true +fatal_error_handler: false fatal_error_handler_memory: 2560 javascript_error_handler: false drush_error_handler: true -public_dsn: '' +public_dsn: null ssl: verify_ssl ca_cert: '' ignored_channels: { } +ignored_messages: { } send_user_data: false rate_limit: 0 send_request_body: false @@ -39,7 +40,13 @@ seckit_set_report_uri: false send_monitoring_sensor_status_changes: false 404_tracing: false show_report_dialog: false -error_embed_url: '' +error_embed_url: null tunnel: false modules: false +cron_monitor_id: '' +profiles_sample_rate: null http_compression: true +send_inp_spans: false +trace_propagation_targets_backend: { } +trace_propagation_targets_frontend: { } +database_tracing_args: false