Skip to content

Commit

Permalink
Fix sentry configuration mishap
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Thulin committed Nov 27, 2023
1 parent afbd878 commit 9b6bce2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions wp-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 __DIR__ . 'config/sentry.php';
}

/**
* Developer settings
*
Expand Down

0 comments on commit 9b6bce2

Please sign in to comment.