diff --git a/composer.json b/composer.json index 4f4bc40..2ddb027 100644 --- a/composer.json +++ b/composer.json @@ -66,7 +66,7 @@ "helsingborg-stad/lix-calculator": "~4.0.2", "helsingborg-stad/media-usage": "~3.0.4", "helsingborg-stad/mod-my-pages": "~1.0.3", - "helsingborg-stad/modularity": "5.15.2", + "helsingborg-stad/modularity": "~5.17.1", "helsingborg-stad/modularity-contact-banner": "~3.1.0", "helsingborg-stad/modularity-entryscape": "~3.0.3", "helsingborg-stad/modularity-form-builder": "~3.0.4", diff --git a/wp-config.php b/wp-config.php index 16857a4..7935b30 100644 --- a/wp-config.php +++ b/wp-config.php @@ -84,15 +84,6 @@ require_once __DIR__ . '/config/multisite.php'; } -/** - * Sentry settings - * - * Sentry configuration for error reporting. - */ -if (file_exists(__DIR__ . '/config/sentry.php')) { - require_once 'config/sentry.php'; -} - /** * Developer settings *