Skip to content

Commit

Permalink
Add Sentry to composer.json
Browse files Browse the repository at this point in the history
Our Composer dependencies are all optional at the moment - Sentry is
only used in the live config file, and we stopped using Google's PHP API
because it was too buggy (we're calling out to Node instead).

(This also removes composer.lock; lockfiles are really unnecessary for
PS's use-case.)
  • Loading branch information
Zarel committed Feb 27, 2019
1 parent fdad94b commit 817a3a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 703 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"require": {
"google/apiclient": "^2.2"
"google/apiclient": "^2.2",
"sentry/sentry": "^1.10"
}
}
Loading

0 comments on commit 817a3a9

Please sign in to comment.