Skip to content

Commit

Permalink
Finish sentry update
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronHolbrook committed Mar 15, 2021
1 parent 9339e76 commit 03e4e02
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 140 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
"php": ">=7.0",
"arrilot/dotenv-php": "^1.0",
"a7/autoload": ">=2",

"zeek/php-utils": ">=2"

"zeek/php-utils": ">=2",

"zeek/wp-sentry": "^1.0"
}
}
2 changes: 0 additions & 2 deletions src/bootstrap/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ function bootstrap( $dir ) {
/**
* Add Sentry Error Logging
*/
// @todo remove old call
//ErrorHandling::init();
WpSentry::init();

/**
Expand Down
136 changes: 0 additions & 136 deletions src/third-party/Sentry.php

This file was deleted.

0 comments on commit 03e4e02

Please sign in to comment.