Skip to content

Commit

Permalink
Merge pull request #30 from rpnykanen/UHF-155_sentry_monitoring
Browse files Browse the repository at this point in the history
UHF-155: sentry monitoring
  • Loading branch information
tuutti authored Sep 21, 2021
2 parents b02f22c + 6755ca8 commit 5040f02
Show file tree
Hide file tree
Showing 9 changed files with 1,243 additions and 950 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"drupal/helfi_proxy": "^1.0",
"drupal/helfi_tpr": "^1.0",
"drupal/helfi_tunnistamo": "^1.0",
"drupal/raven": "^3.2",
"drupal/purge": "^3.0",
"drupal/varnish_purge": "^2.1",
"drush/drush": "^10.4"
Expand Down
1,330 changes: 1,203 additions & 127 deletions composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion conf/cmi/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ module:
crop: 0
ctools: 0
datetime: 0
dblog: 0
diff: 0
easy_breadcrumb: 0
editor: 0
Expand Down Expand Up @@ -83,6 +82,7 @@ module:
paragraphs_library: 0
path: 0
path_alias: 0
raven: 0
purge: 0
purge_drush: 0
purge_processor_cron: 0
Expand Down
3 changes: 0 additions & 3 deletions conf/cmi/dblog.settings.yml

This file was deleted.

54 changes: 0 additions & 54 deletions conf/cmi/language/fi/views.view.watchdog.yml

This file was deleted.

54 changes: 0 additions & 54 deletions conf/cmi/language/sv/views.view.watchdog.yml

This file was deleted.

35 changes: 35 additions & 0 deletions conf/cmi/raven.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
client_key: ''
environment: ''
release: ''
fatal_error_handler: true
fatal_error_handler_memory: 2560
log_levels:
1: 1
2: 2
3: 3
4: 0
5: 0
6: 0
7: 0
8: 0
drush_error_handler: false
stack: true
timeout: !!float 2
message_limit: 2048
trace: false
javascript_error_handler: false
public_dsn: ''
ssl: verify_ssl
ca_cert: ''
ignored_channels: { }
send_user_data: false
rate_limit: 0
send_request_body: false
request_tracing: false
traces_sample_rate: null
browser_traces_sample_rate: null
database_tracing: false
twig_tracing: false
auto_session_tracking: false
_core:
default_config_hash: 0cSFmtaooEoYv15Hw6hl0XsvZE6k1DKbqjukwUjZi6Y
3 changes: 3 additions & 0 deletions conf/cmi/syslog.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
identity: ''
facility: 128
format: '!base_url|!timestamp|!type|!ip|!request_uri|!referer|!uid|!link|!message'
Loading

0 comments on commit 5040f02

Please sign in to comment.