Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update feedback_sentry to use sentry: ^8.0.0 #302

Merged
merged 5 commits into from
Apr 27, 2024
Merged

Conversation

felipheallef
Copy link
Contributor

@felipheallef felipheallef commented Apr 27, 2024

📜 Description

This PR updates pubspec.yaml file for the feedback_sentry setting the version constraint of sentry to ^8.0.0. Although the changes in sentry: ^8.0.0 don't affect this packages they might affect apps using it so I also updated the version of this package to 4.0.0.

💡 Motivation and Context

The Sentry team released version 8.0.0 of the sentry package on Apr 22, 2024. As it is a new major version, packages depending on it needs to update its version constraints. Closes #301.

💚 How did you test it?

Running the test with flutter test:

flutter test test/feedback_sentry_test.dart     
00:01 +1: All tests passed! 

📝 Checklist

  • I reviewed submitted code
  • I added tests to verify changes
  • I updated the docs if needed
  • All tests passing
  • No breaking changes

🔮 Next steps

@felipheallef felipheallef marked this pull request as ready for review April 27, 2024 11:54
Copy link
Owner

@ueman ueman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

feedback_sentry/CHANGELOG.md Outdated Show resolved Hide resolved
feedback_sentry/pubspec.yaml Outdated Show resolved Hide resolved
feedback_sentry/pubspec.yaml Outdated Show resolved Hide resolved
@ueman ueman merged commit b9b7875 into ueman:master Apr 27, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update feedback_sentry to use sentry: ^8.0.0
2 participants