diff --git a/wp-config.php b/wp-config.php index 16857a4..7781cca 100644 --- a/wp-config.php +++ b/wp-config.php @@ -90,7 +90,7 @@ * Sentry configuration for error reporting. */ if (file_exists(__DIR__ . '/config/sentry.php')) { - require_once 'config/sentry.php'; + require_once __DIR__ . 'config/sentry.php'; } /**