Skip to content

Commit

Permalink
Add environment var
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronHolbrook committed Mar 15, 2021
1 parent ba8c3f7 commit 9339e76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
class Constants
{
private static $env_vars = [
'ENVIRONMENT' => 'production',
'ACF_LITE' => true,
'DISABLE_WP_CRON' => false,
'FILE_MOD_ALLOWED' => false,
Expand Down
2 changes: 1 addition & 1 deletion src/bootstrap/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function bootstrap( $dir ) {
* Add Sentry Error Logging
*/
// @todo remove old call
// ErrorHandling::init();
//ErrorHandling::init();
WpSentry::init();

/**
Expand Down

0 comments on commit 9339e76

Please sign in to comment.