Skip to content

Commit

Permalink
Downgraded sentry/sdk to prevent install errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Roel van Hintum committed Dec 13, 2019
1 parent c3a78f8 commit f875964
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Craft Sentry Changelog

## 1.0.2 - 2019-12-13
### Fixed
- Downgraded sentry/sdk to prevent install errors

## 1.0.1 - 2019-12-12
### Change
- Populate all captures with additional data.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "born05/craft-sentry",
"description": "Pushes Craft CMS errors to Sentry.",
"type": "craft-plugin",
"version": "1.0.1",
"version": "1.0.2",
"keywords": [
"craft",
"cms",
Expand All @@ -24,7 +24,7 @@
],
"require": {
"craftcms/cms": "^3.1",
"sentry/sdk": "^2.0.5"
"sentry/sdk": "^2.0.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f875964

Please sign in to comment.