From e7b435accba3a8b57e63f447f44aa4fff4241be3 Mon Sep 17 00:00:00 2001 From: Nico Mexis Date: Wed, 22 Mar 2023 14:42:07 +0100 Subject: [PATCH] Update sentry --- CHANGELOG.md | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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: