diff --git a/composer.lock b/composer.lock index f03bc1bbc..67e22795f 100644 --- a/composer.lock +++ b/composer.lock @@ -5618,16 +5618,16 @@ }, { "name": "drupal/helfi_api_base", - "version": "2.7.12", + "version": "2.7.13", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-module-helfi-api-base.git", - "reference": "386c2ad76f28d11510272497bb016c7fa20b6462" + "reference": "b64e17819c3d21a8372c1325252f2cc294064d2d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-module-helfi-api-base/zipball/386c2ad76f28d11510272497bb016c7fa20b6462", - "reference": "386c2ad76f28d11510272497bb016c7fa20b6462", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-module-helfi-api-base/zipball/b64e17819c3d21a8372c1325252f2cc294064d2d", + "reference": "b64e17819c3d21a8372c1325252f2cc294064d2d", "shasum": "" }, "require": { @@ -5657,10 +5657,10 @@ ], "description": "Helfi - API Base", "support": { - "source": "https://github.com/City-of-Helsinki/drupal-module-helfi-api-base/tree/2.7.12", + "source": "https://github.com/City-of-Helsinki/drupal-module-helfi-api-base/tree/2.7.13", "issues": "https://github.com/City-of-Helsinki/drupal-module-helfi-api-base/issues" }, - "time": "2024-10-28T09:35:07+00:00" + "time": "2024-11-06T09:24:38+00:00" }, { "name": "drupal/helfi_atv", @@ -15079,16 +15079,16 @@ }, { "name": "sentry/sentry", - "version": "4.9.0", + "version": "4.10.0", "source": { "type": "git", "url": "https://github.com/getsentry/sentry-php.git", - "reference": "788ec170f51ebb22f2809a1e3f78b19ccd39b70d" + "reference": "2af937d47d8aadb8dab0b1d7b9557e495dd12856" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/788ec170f51ebb22f2809a1e3f78b19ccd39b70d", - "reference": "788ec170f51ebb22f2809a1e3f78b19ccd39b70d", + "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/2af937d47d8aadb8dab0b1d7b9557e495dd12856", + "reference": "2af937d47d8aadb8dab0b1d7b9557e495dd12856", "shasum": "" }, "require": { @@ -15106,12 +15106,12 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.4", - "guzzlehttp/promises": "^1.0|^2.0", + "guzzlehttp/promises": "^2.0.3", "guzzlehttp/psr7": "^1.8.4|^2.1.1", "monolog/monolog": "^1.6|^2.0|^3.0", "phpbench/phpbench": "^1.0", "phpstan/phpstan": "^1.3", - "phpunit/phpunit": "^8.5.14|^9.4", + "phpunit/phpunit": "^8.5|^9.6", "symfony/phpunit-bridge": "^5.2|^6.0|^7.0", "vimeo/psalm": "^4.17" }, @@ -15152,7 +15152,7 @@ ], "support": { "issues": "https://github.com/getsentry/sentry-php/issues", - "source": "https://github.com/getsentry/sentry-php/tree/4.9.0" + "source": "https://github.com/getsentry/sentry-php/tree/4.10.0" }, "funding": [ { @@ -15164,7 +15164,7 @@ "type": "custom" } ], - "time": "2024-08-08T14:40:50+00:00" + "time": "2024-11-06T07:44:19+00:00" }, { "name": "stomp-php/stomp-php", diff --git a/conf/cmi/raven.settings.yml b/conf/cmi/raven.settings.yml index d5ad8ba29..d2afac639 100644 --- a/conf/cmi/raven.settings.yml +++ b/conf/cmi/raven.settings.yml @@ -4,10 +4,10 @@ client_key: '' environment: '' release: '' log_levels: - emergency: false - alert: false - critical: false - error: false + emergency: true + alert: true + critical: true + error: true warning: false notice: false info: false