diff --git a/CHANGELOG.md b/CHANGELOG.md index 45e4bb11..3508133e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## 0.8.0 * [BREAKING_CHANGE] Update to `dio` 5.x. This has an effect on the `HttpHandler`. +* [BREAKING_CHANGE] Update to `sentry` 7.x. Only SDK `>=2.17.0` is supported now. * Update package dependencies. * Update example dependencies. diff --git a/pubspec.yaml b/pubspec.yaml index 7ce6f542..cb633b09 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -21,7 +21,7 @@ dependencies: dio: ^5.0.1 flutter_mailer: ^2.0.0 logging: ^1.0.2 - sentry: ^6.1.0 + sentry: ^7.2.0 universal_io: ^2.0.4 dev_dependencies: