Skip to content

Commit

Permalink
Update feedback_sentry to use sentry: ^8.0.0 (#302)
Browse files Browse the repository at this point in the history
* Update sentry package version to ^8.0.0

* Update feedback_sentry package version to 4.0.0

* Update CHANGELOG.md

* Update CHANGELOG.md

* Apply suggestions from code review

---------

Co-authored-by: Jonas Uekötter <[email protected]>
  • Loading branch information
felipheallef and ueman authored Apr 27, 2024
1 parent fcfd8e0 commit b9b7875
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions feedback_sentry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.1

* Add compatibility with Sentry v8

## 3.0.0

* Update dependencies
Expand Down
4 changes: 2 additions & 2 deletions feedback_sentry/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: feedback_sentry
description: A Flutter package for getting better feedback. It allows the user to give interactive feedback directly in the app and upload it to Sentry.io
version: 3.0.0
version: 3.0.1
homepage: https://uekoetter.dev
repository: https://github.com/ueman/feedback
issue_tracker: https://github.com/ueman/feedback/issues
Expand All @@ -13,7 +13,7 @@ dependencies:
flutter:
sdk: flutter
feedback: ^3.0.0
sentry: ^7.0.0
sentry: '>=7.0.0 <9.0.0'

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit b9b7875

Please sign in to comment.