diff --git a/src/Constants.php b/src/Constants.php index 2fdfd94..fc6093d 100644 --- a/src/Constants.php +++ b/src/Constants.php @@ -7,6 +7,7 @@ class Constants { private static $env_vars = [ + 'ENVIRONMENT' => 'production', 'ACF_LITE' => true, 'DISABLE_WP_CRON' => false, 'FILE_MOD_ALLOWED' => false, diff --git a/src/bootstrap/bootstrap.php b/src/bootstrap/bootstrap.php index 87eb88f..0c654e5 100644 --- a/src/bootstrap/bootstrap.php +++ b/src/bootstrap/bootstrap.php @@ -15,7 +15,7 @@ function bootstrap( $dir ) { * Add Sentry Error Logging */ // @todo remove old call -// ErrorHandling::init(); + //ErrorHandling::init(); WpSentry::init(); /**