Skip to content

Commit

Permalink
Allow sentry versions 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Feb 13, 2024
1 parent c181741 commit 49ecd16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:
sdk: flutter
path_provider: ^2.0.1
permission_handler: ^11.0.0
sentry: ^7.2.0
sentry: '>=7.2.0 <9.0.0'

dev_dependencies:
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies:
logging: ^1.0.2
mailer: ^6.0.0
package_info_plus: '>=4.0.0 <6.0.0'
sentry: ^7.2.0
sentry: '>=7.2.0 <9.0.0'
universal_io: ^2.0.4

dev_dependencies:
Expand Down

0 comments on commit 49ecd16

Please sign in to comment.