Skip to content

Commit

Permalink
Applied the Raven settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
khalima committed Nov 5, 2024
1 parent c6d6eaf commit 9a1cef8
Showing 1 changed file with 19 additions and 12 deletions.
31 changes: 19 additions & 12 deletions conf/cmi/raven.settings.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit 9a1cef8

Please sign in to comment.