From 698852ef72f12b4324237a7f6c3ed1e4565c4334 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 09:12:18 +0000 Subject: [PATCH] chore(deps): bump sentry from 8.14.2 to 9.20.0 Bumps [sentry](https://github.com/getsentry/sentry-dart) from 8.14.2 to 9.20.0. - [Release notes](https://github.com/getsentry/sentry-dart/releases) - [Changelog](https://github.com/getsentry/sentry-dart/blob/main/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-dart/compare/8.14.2...9.20.0) --- updated-dependencies: - dependency-name: sentry dependency-version: 9.20.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 2e706b6..ba88201 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -904,10 +904,10 @@ packages: dependency: "direct main" description: name: sentry - sha256: "599701ca0693a74da361bc780b0752e1abc98226cf5095f6b069648116c896bb" + sha256: f04095a25ff02b202a914174c73ec309570aa93d61098cb4a0a9e715b4aaa465 url: "https://pub.dev" source: hosted - version: "8.14.2" + version: "9.20.0" shared_preferences: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 6a686bd..a3dc3c5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -67,7 +67,7 @@ dependencies: encrypt: ^5.0.3 # 错误追踪 - sentry: ^8.0.0 + sentry: ^9.20.0 # 路径处理 path: ^1.9.0